textual/docs/examples/styles/overflow.css
Rodrigo Girão Serrão a1b9d4b2c5 Fix examples.
2023-01-09 16:11:45 +00:00

20 lines
248 B
CSS

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