mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix scrollbar thumb height
This commit is contained in:
@@ -334,3 +334,9 @@ def test_tabs_invalidate(snap_compare):
|
||||
SNAPSHOT_APPS_DIR / "tabs_invalidate.py",
|
||||
press=["tab", "right"],
|
||||
)
|
||||
|
||||
|
||||
def test_scrollbar_thumb_height(snap_compare):
|
||||
assert snap_compare(
|
||||
SNAPSHOT_APPS_DIR / "scrollbar_thumb_height.py",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user