Files
textual/docs/examples/styles/overflow.css
Will McGugan 538e5d4701 lots more docs
2022-08-14 15:43:00 +01:00

20 lines
228 B
CSS

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