scrollbar fix

This commit is contained in:
Will McGugan
2022-09-01 21:07:36 +01:00
parent e51ebab345
commit d8e35a15cb
4 changed files with 40 additions and 26 deletions

View File

@@ -8,5 +8,6 @@ Static {
background: blue 20%;
height: 100%;
margin: 2 4;
min-width: 30;
min-width: 80;
min-height: 40;
}