Files
textual/docs/examples/styles/overflow.css
Will McGugan 9ab01d3c54 widgets docs
2022-09-21 17:18:50 +01:00

21 lines
252 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;
}