Cant use a slideNav with a fixed navbar
See original GitHub issueIf you have a top navigation bar with a class of .navbar-fixed
, then any sideNavs within that navbar, will render underneath the overlay in Chrome 39.
No matter what z-index you set on the sideNav, it wont display higher than it’s fixed parent. This makes it unusable - as any attempt to click a link, triggers the event to dismiss the sideNav.
Issue Analytics
- State:
- Created 9 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How to fix navbar and sidebar to stick together when scrolling ...
Its due to the fixed position of sidebar, Method 1 Same setup and use js to make sidebar move upwards as u scroll...
Read more >How To Create a Fixed Menu - W3Schools
The navigation bar will stay at the top of the page while scrolling ... To create a fixed top menu, use position:fixed and...
Read more >Fixed top navbar example for Bootstrap
This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the...
Read more >Side navigation bar codepen. Add a Font Awesome icon to ...
Cant use a slideNav with a fixed navbar #437. Normally show sidebar menu left side and toggle button top right corner as you...
Read more >Not able to fix carousel to go beneath the navbar... - Treehouse
I followed the instructions the video to use z-index to have the nav bar to be on top of the carousel with no...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This just fixed my problem.
These issues are all duplicates: https://github.com/Dogfalo/materialize/issues/1664 https://github.com/Dogfalo/materialize/issues/3918 https://github.com/Dogfalo/materialize/issues/4046 https://github.com/Dogfalo/materialize/issues/4231 https://github.com/Dogfalo/materialize/issues/437 https://github.com/Dogfalo/materialize/issues/4318 https://github.com/Dogfalo/materialize/issues/3982 https://github.com/Dogfalo/materialize/issues/2879 https://github.com/Dogfalo/materialize/issues/4187
For the future discussion, please use this issue instead. https://github.com/Dogfalo/materialize/issues/3844