mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
mount fix
This commit is contained in:
@@ -29,8 +29,8 @@ class SmoothApp(App):
|
||||
self.bar.layout_offset_x = -40
|
||||
|
||||
await self.view.dock(footer, edge="bottom")
|
||||
await self.view.dock(self.bar, edge="left", size=40, z=1)
|
||||
await self.view.dock(Placeholder(), Placeholder(), edge="top")
|
||||
await self.view.dock(self.bar, edge="left", size=40, z=1)
|
||||
|
||||
|
||||
SmoothApp.run()
|
||||
|
||||
Reference in New Issue
Block a user