Topic: Advanced Double Navigation - Sidebar scrolling on Firefox
                  
                  rmpietro
                  free
                  asked 7 years ago
                
                Using Double navigation (fixed navbar, hidden sidebar) a huge vertical scrolling gets displayed on the sidebar when opened on Firefox.
Inspecting CSS, is possible to see under the rule ".side-nav":
                
                
                
              
              
            overflow-y: auto;Removig this style fixes the problem on Firefox and does not affect Chrome. Any suggestions or alternatives for not removing it?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
              Opened
Specification of the issue
              - ForumUser: Free
 - Premium support: No
 - Technology: MDB Angular
 - MDB Version: -
 - Device: -
 - Browser: -
 - OS: -
 - Provided sample code: Yes
 - Provided link: No
 
Tags
                  
Damian Gemza staff commented 7 years ago
Hello rmpietro, What's your's expected behavior of this scroll ? To enable scroll, to hide scroll? If you want to hide it, you could head into /scss/mdb/pro/_side-nav.scss, and change overflow-y: auto to hidden (line 20). This will affect Firefox, Chrome, Opera, and other browsers. Best Regards, Damian