mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
14 lines
145 B
CSS
14 lines
145 B
CSS
Screen {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
Static {
|
|
background: blue 20%;
|
|
height: 100%;
|
|
margin: 2 4;
|
|
min-width: 80;
|
|
min-height: 40;
|
|
}
|