textual/docs/examples/styles/overflow.tcss
Rodrigo Girão Serrão 5ee0ebfef4
Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

20 lines
250 B
Text

Screen {
background: $background;
color: black;
}
VerticalScroll {
width: 1fr;
}
Static {
margin: 1 2;
background: green 80%;
border: green wide;
color: white 90%;
height: auto;
}
#right {
overflow-y: hidden;
}