Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search box is under post card [solved] #490

Closed
7 of 11 tasks
hyperscalar opened this issue Dec 2, 2018 · 2 comments
Closed
7 of 11 tasks

Search box is under post card [solved] #490

hyperscalar opened this issue Dec 2, 2018 · 2 comments

Comments

@hyperscalar
Copy link

I agree and want to create new issue


Expected behavior

The search box should be the topmost element.

Actual behavior

The search box is covered by post cards.

Steps to reproduce the behavior

  1. Open the blog https://bitrhythm.github.io/en/
  2. Click the search navigation link
  3. Now you can see what happened

Node.js and NPM Information

node -v -> v10.14.1
npm -v -> 6.4.1

Package dependencies Information

{
  "name": "hexo-site",
  "version": "0.0.0",
  "private": true,
  "hexo": {
    "version": "3.7.1"
  },
  "dependencies": {
    "hexo": "^3.2.0",
    "hexo-deployer-git": "^0.3.1",
    "hexo-generator-archive": "^0.1.4",
    "hexo-generator-category": "^0.1.3",
    "hexo-generator-index": "^0.2.0",
    "hexo-generator-searchdb": "^1.0.8",
    "hexo-generator-sitemap": "^1.2.0",
    "hexo-generator-tag": "^0.2.0",
    "hexo-renderer-ejs": "^0.3.0",
    "hexo-renderer-marked": "^0.3.0",
    "hexo-renderer-stylus": "^0.3.1",
    "hexo-server": "^0.2.0",
    "hexo-symbols-count-time": "^0.4.4"
  }
}

Hexo Information

Hexo version


Hexo Configuration

NexT Information

NexT Version:

  • Latest Master branch
  • Latest Release version
  • Old version

NexT Scheme:

  • All schemes
  • Muse
  • Mist
  • Pisces
  • Gemini

NexT Configuration:

Other Information

x

@stevenjoezhang
Copy link
Contributor

Remove

.header-inner {
    opacity: 0.9;
}

in your themes/next/source/css/_custom/custom.styl will solve the problem

@hyperscalar
Copy link
Author

@stevenjoezhang Thanks a lot!

@ivan-nginx ivan-nginx changed the title Search box is under post card Search box is under post card [solved] Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants