We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d10b2 commit 9283cdaCopy full SHA for 9283cda
dashboard/app.py
@@ -353,7 +353,9 @@ def gui_setup():
353
# set up router view
354
with layout.content:
355
error_panel()
356
- with vuetify.VContainer(style="height: 100vh; overflow-y: auto"):
+ with vuetify.VContainer(
357
+ fluid=True, style="height: 100vh; overflow-y: auto"
358
+ ):
359
router.RouterView()
360
# add router components to the drawer
361
with layout.drawer:
0 commit comments