File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
1212- Input cursor will no longer jump to the end on focus https://github.com/Textualize/textual/pull/4773
1313- Removed ` Size.cip_size ` , which was a clone of ` crop_size `
14- - Widgets with auto dimensions will now grow if there is a scrollbar
14+ - Widgets with auto dimensions will now grow if there is a scrollbar https://github.com/Textualize/textual/pull/4844
1515
1616### Fixed
1717
Original file line number Diff line number Diff line change @@ -1292,7 +1292,6 @@ def _get_box_model(
12921292 styles .scrollbar_gutter == "stable" or self .show_horizontal_scrollbar
12931293 ):
12941294 content_height += styles .scrollbar_size_horizontal
1295-
12961295 if (
12971296 content_height < content_container .height
12981297 and self ._has_relative_children_height
You can’t perform that action at this time.
0 commit comments