Removed vertical scroll-bar.

This commit is contained in:
Revertron
2021-02-17 14:53:45 +01:00
parent 1ec02381e8
commit a033cbcf38
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10834,4 +10834,8 @@ label.panel-block:hover {
/* TODO move to another file */
.container {
margin: 10pt;
}
html {
overflow: hidden;
}