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

16 lines
191 B
CSS

Screen {
background: white;
color: blue 80%;
layout: horizontal;
}
Static {
padding: 1 2;
width: 200;
}
.panel {
scrollbar-size: 10 4;
padding: 1 2;
}