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

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;
}