mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
Fix create item modal form layout on mobile devices (#662)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user