Topic: Side navigation fold underneath top nav
1P3Cmdb pro asked 6 years ago
Hi Guys,
I'm looking for a way to have the side nav go underneath instead of over the top navigation bar. Much like it is in this screenshot :
The current MDBootstrap side nav goes over and i see no configuration options for changing this. Please help :)
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 6 years ago
Dear 1P3Cmdb, That's not an obvious behavior of Double Navigation layout from our point of view, but you can achieve it by adding below code into your styles.scss stylesheet: .navbar { z-index: 1040; } Best Regards, Damian