Skip to content

Commit 9283cda

Browse files
EZoniRevathiJambunathan
authored andcommitted
Make the container fill the entire viewport width (BLAST-AI-ML#351)
1 parent 17d10b2 commit 9283cda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dashboard/app.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ def gui_setup():
353353
# set up router view
354354
with layout.content:
355355
error_panel()
356-
with vuetify.VContainer(style="height: 100vh; overflow-y: auto"):
356+
with vuetify.VContainer(
357+
fluid=True, style="height: 100vh; overflow-y: auto"
358+
):
357359
router.RouterView()
358360
# add router components to the drawer
359361
with layout.drawer:

0 commit comments

Comments
 (0)