mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
more docs
This commit is contained in:
@@ -42,9 +42,9 @@ overflow-x: scroll;
|
||||
|
||||
```python
|
||||
# Hide the vertical scrollbar
|
||||
self.styles.overflow_y = "hidden"
|
||||
widget.styles.overflow_y = "hidden"
|
||||
|
||||
# Always show the horizontal scrollbar
|
||||
self.styles.overflow_x = "scroll"
|
||||
widget.styles.overflow_x = "scroll"
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user