We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890b872 commit fbb870dCopy full SHA for fbb870d
tests/test_compositor.py
@@ -4,7 +4,9 @@
4
5
6
async def test_compositor_scroll_placements():
7
- """Regression test for https://github.com/Textualize/textual/issues/5249"""
+ """Regression test for https://github.com/Textualize/textual/issues/5249
8
+ The Static should remain visible.
9
+ """
10
11
class ScrollApp(App):
12
CSS = """
0 commit comments