mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for scrollbar alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user