mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
[css] Address PR feedback for our new "scrollbar-size" CSS properties
This commit is contained in:
@@ -266,8 +266,6 @@ async def test_border_edge_types_impact_on_widget_size(
|
||||
("overflow: auto", "scrollbar-size: 3 3"),
|
||||
Size(20, 17),
|
||||
],
|
||||
# edge case: scrollbars should not be displayed at all if their size is set to 0
|
||||
[Size(30, 30), ("overflow: auto", "scrollbar-size: 0 0"), Size(20, 20)],
|
||||
),
|
||||
)
|
||||
async def test_scrollbar_size_impact_on_the_layout(
|
||||
|
||||
Reference in New Issue
Block a user