Topic: Sidenav disappearing on height adjustment
<mdb-side-nav #sidenav class="fixed" [fixed]="true" [sidenavBreakpoint]="sidenavBreakpoint"
        [ngClass]="hideClass('collapse-dt')">
Tried posting this yesterday, but posting redirected me to error page saying "406: Not Acceptable".
My issue is that the side navigation bar in my application will hide (as it does on its width breakpoint) when I adjust the height on my browser.
I narrowed the issue down to the input on my side nav [sidenavBreakpoint] which according to the API allows you set a custom breakpoint (found here: https://mdbootstrap.com/docs/angular/navigation/sidenav/#docsTabsAPI)
When I take the input out and use the default sidenav breakpoint, adjusting the height does not make the side nav disappear. Looking for a solution and looking to see if this is a known issue or bug.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Open
- User: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: 9.3.1
 - Device: Desktop
 - Browser: Chrome
 - OS: OSX
 - Provided sample code: No
 - Provided link: Yes
 
Grzegorz Bujański commented 5 years ago
Hi. This has been fixed in MDB 9.4.0. Update your MDB, it should fix this issue.