Merge pull request #283 from TorstenDittmann/patch-1

hide scrollbar if not needed in menu
This commit is contained in:
Eldad A. Fux 2020-01-17 16:11:10 +02:00 committed by GitHub
commit 4a31e5d675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -185,7 +185,7 @@
}
.container {
overflow: scroll;
overflow: auto;
height: ~"calc(100% - 183px)";
padding-bottom: 50px;
width: 100%;
@ -752,4 +752,4 @@
margin-top: 20px;
}
}
}
}