Fix create item modal form layout on mobile devices (#662)

This commit is contained in:
EdWorth120
2025-05-01 14:56:39 -03:00
committed by GitHub
parent 78c18aa654
commit 6bb196037c

View File

@@ -17,12 +17,12 @@
</Dialog>
<Drawer v-else :dialog-id="dialogId">
<DrawerContent class="max-h-[80%]">
<DrawerContent class="max-h-[90%]">
<DrawerHeader>
<DrawerTitle>{{ title }}</DrawerTitle>
</DrawerHeader>
<div class="m-2 overflow-y-auto">
<div class="m-2 overflow-y-auto p-2">
<slot />
</div>
</DrawerContent>