fix giant spacer on mobile

This commit is contained in:
Michael Genson
2026-04-10 15:49:18 +00:00
parent 29b9f58c5d
commit 544ee0c65c
2 changed files with 2 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
</v-toolbar-title>
</v-toolbar>
<div>
<div style="flex: 1 1 auto; min-height: 0; overflow: auto">
<slot v-bind="{ submitEvent }" />
</div>