hide scrollbar if not needed in menu

This commit is contained in:
Torsten Dittmann
2020-01-17 14:27:59 +01:00
committed by GitHub
parent b301599a3f
commit f08b411abc
+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;
}
}
}
}