Topic: Modal-Fluid is sitting behind double nav
cdenby pro asked 7 years ago
In the example on https://mdbootstrap.com/javascript/modals/#introduction regarding the modal-fluid, the modal appears over the side nav and the top nav in the double nav.
But in my implementation, the modal is appearing behind both of these nav items. If I include the backdrop, the modal is behind the backdrop.
What do I look for to resolve this?
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 jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
cdenby pro commented 7 years ago
Resolved. I had been loading the modal content via Ajax and pushing the content into a container that was residing inside the nav. Once I moved that content out of the exterior, it started working.