fix for scrollbar alignment

This commit is contained in:
Will McGugan
2022-08-30 10:00:01 +01:00
parent f4eb053a26
commit 7463066f0a
2 changed files with 15 additions and 19 deletions

View File

@@ -2,12 +2,14 @@ Screen {
overflow: auto;
}
#calculator {
layout: table;
table-size: 4;
table-gutter: 1 2;
table-columns: 1fr;
table-rows: 1fr;
table-rows: 2fr 1fr 1fr 1fr 1fr 1fr;
margin: 1 2;
min-height:23;
min-width: 40;