Next attempt to fix the scroll issue of navigation section (references #90)

This commit is contained in:
Bernd Bestel 2018-10-20 11:25:22 +02:00
parent 70c00e81d9
commit 366152c049
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -95,7 +95,8 @@ input::-webkit-inner-spin-button {
}
.navbar-sidenav {
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
border-top: 2px solid !important;
}