Files
textual/docs/examples/styles/scrollbars.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

15 lines
204 B
Plaintext

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