I ask for your help, I use the Responsive sidebar menu extension, why isn't there a vertical scrollbar when there are already a lot of menus ?

Code: Select all
<style>
<style>
@media (min-width:970px){
.Extension1-navbar-collapse{max-height:100%;}
.Extension1-navbar-collapse.collapse{height:100vh !important;overflow-y:auto !important;}
}
</style>
</style>