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:
@@ -18,12 +18,18 @@ Here we split the screen in to left and right sections, each with three vertical
|
||||
|
||||
The left side has `overflow-y: auto` (the default) and will automatically show a scrollbar. The right side has `overflow-y: hidden` which will prevent a scrollbar from being show.
|
||||
|
||||
=== "width.py"
|
||||
=== "overflow.py"
|
||||
|
||||
```python
|
||||
--8<-- "docs/examples/styles/overflow.py"
|
||||
```
|
||||
|
||||
=== "overflow.css"
|
||||
|
||||
```css
|
||||
--8<-- "docs/examples/styles/overflow.css"
|
||||
```
|
||||
|
||||
=== "Output"
|
||||
|
||||
```{.textual path="docs/examples/styles/overflow.py"}
|
||||
|
||||
Reference in New Issue
Block a user