Topic: Mega Menu not adjusting with Angular sidenav
calc(100% - 240px) where 240px = sidenav width.
Can you please provide a better solution or workaround.
Damian Gemza
staff answered 3 years ago
Resolved
- User: Free
- Premium support: No
- Technology: Angular
- MDB Version: 6.2.3
- Device: Macbook Pro
- Browser: Chrome
- OS: Mac
- Provided sample code: No
- Provided link: No
skota524 commented 3 years ago
I had fixed it in this way _doublenavbar.scss .dropdown { .dropdown-menu { padding-left: $fixed-sn-double-nav-main-footer-pl; display: none; position: absolute; transform: translate3d(6px, 49px, 0px); top: 0px; left: 0px; will-change: transform; } @media (max-width: $sidenav-breakpoint) { .dropdown-menu { padding-left: 0; } } }