Hopefully finally fix the navbar scrollbar problems now

This commit is contained in:
Bernd Bestel
2018-11-21 21:36:22 +01:00
parent dd48be595c
commit ca5df3b217

View File

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