mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
lots more docs
This commit is contained in:
15
docs/examples/styles/scrollbar_size.css
Normal file
15
docs/examples/styles/scrollbar_size.css
Normal file
@@ -0,0 +1,15 @@
|
||||
Screen {
|
||||
background: white;
|
||||
color: blue 80%;
|
||||
layout: horizontal;
|
||||
}
|
||||
|
||||
Static {
|
||||
padding: 1 2;
|
||||
width: 200;
|
||||
}
|
||||
|
||||
.panel {
|
||||
scrollbar-size: 10 4;
|
||||
padding: 1 2;
|
||||
}
|
||||
Reference in New Issue
Block a user