fix for scrollview space

This commit is contained in:
Will McGugan
2021-09-19 21:09:31 +01:00
parent 4903e7c79f
commit 368971045d
11 changed files with 116 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ class MyApp(App):
"""Create and dock the widgets."""
# A scrollview to contain the markdown file
body = ScrollView()
body = ScrollView(gutter=1)
# Header / footer / dock
await self.view.dock(Header(), edge="top")