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

24 lines
341 B
CSS

Screen {
background: #212121;
color: white 80%;
layout: horizontal;
}
Static {
padding: 1 2;
}
.panel1 {
width: 1fr;
scrollbar-color: green;
scrollbar-background: #bbb;
padding: 1 2;
}
.panel2 {
width: 1fr;
scrollbar-color: yellow;
scrollbar-background: purple;
padding: 1 2;
}