mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Change default 'overflow' style for 'Horizontal'.
Related issues: #1957.
This commit is contained in:
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Changed
|
||||
|
||||
- Renamed `Vertical` to `VerticalScroll` https://github.com/Textualize/textual/issues/1957
|
||||
- Default `overflow` style for `Horizontal` changed to `hidden hidden` https://github.com/Textualize/textual/issues/1957
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ class Horizontal(Widget):
|
||||
Horizontal {
|
||||
height: 1fr;
|
||||
layout: horizontal;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden hidden;
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user