14 lines
204 B
Text
14 lines
204 B
Text
Label {
|
|
width: 150%;
|
|
height: 150%;
|
|
}
|
|
|
|
.right {
|
|
scrollbar-background: red;
|
|
scrollbar-color: green;
|
|
scrollbar-corner-color: blue;
|
|
}
|
|
|
|
Horizontal > ScrollableContainer {
|
|
width: 50%;
|
|
}
|