-
Notifications
You must be signed in to change notification settings - Fork 783
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
Menu overflows content on large page_width #94
Comments
Sure. A pull request would be very welcome. |
so what is the solution for this error? The page width affects the navigator in the menu. I cannot click on left menu items if the menu list is long |
Oh, now I get it. That's actually a different problem than the original one in this issue. It's easy to fix by adding a z-index to the css. A fix is on the way... For the first level headers not showing up in the TOC, see #118. |
- 使用 hexo-renderer-markdown-it-plus 作为渲染器 - 支持多种复杂的公式 - 目前尚在更新维护
If I update
page_width
in the theme's _config.yml, then the menu on the right no longer collapses at the correct page width. Seems like that's a hard-coded value, instead of a number that updates in response topage_width
.I'm really loving tweaking this theme to be my own, it's a great match for my aesthetics. Here's my blog, if you wanted to see your awesome theme being used. :)
If you visit a post like this one, and shrink the viewport, you can watch the menu overflow the content.
I'll probably try to fix this issue myself; would a pull request be welcome?
The text was updated successfully, but these errors were encountered: