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