mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
15 lines
204 B
CSS
15 lines
204 B
CSS
Label {
|
|
width: 150%;
|
|
height: 150%;
|
|
}
|
|
|
|
.right {
|
|
scrollbar-background: red;
|
|
scrollbar-color: green;
|
|
scrollbar-corner-color: blue;
|
|
}
|
|
|
|
Horizontal > ScrollableContainer {
|
|
width: 50%;
|
|
}
|