Files
textual/docs/examples/styles/scrollbars.css
2023-01-04 17:10:12 +00:00

15 lines
194 B
CSS

Label {
width: 150%;
height: 150%;
}
.right {
scrollbar-background: red;
scrollbar-color: green;
scrollbar-corner-color: blue;
}
Horizontal > Container {
width: 50%;
}