Merge pull request #726 from Textualize/scrollbar-overlap

scrollbar fix
This commit is contained in:
Will McGugan
2022-09-02 14:01:47 +01:00
committed by GitHub
4 changed files with 37 additions and 25 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;
}