Navigation scrollbar and footer problem #2820
parag3
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This is likely related to the search breaking when you're browsing locally. If you open the console, there's likely some error talking about web workers. You can try Material for MkDocs 7.1.10 (latest version) which should gracefully degrade when browsing locally, as it will intercept search errors. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First of all really great theme developed.
Problem - Have created a documentation site and have added lot of contents in to it. My Navigation has depth of 4 level and every level has multiple documents. But when i use setting for "navigation.expand" really get weird behavior for navigation and also for the footer.
I have replicated the issue by creating a sample new project and assigning the theme, added multiple navigation items under 1 section only. To replicate the problem, I did not even set the navigation settings, i did not even add any plugins also i did not even add any markdown extensions.
NOTE :: Not able to add issue hence added here.
** Steps to reproduce **
**Versions **
3.9
mkdocs, version 1.2.1
Version: 7.1.9
Configuration
site_name: My Docs
site_url: https://example.com/
nav:
- "Home": 'index.md'
- 'Menu 1':
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
- 'Menu 11': 'index.md'
theme:
name: material
font: false
palette:
primary: black
secondary: red
Beta Was this translation helpful? Give feedback.
All reactions