We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f31f1 commit 3b77f73Copy full SHA for 3b77f73
adminforth/spa/src/afcl/Dialog.vue
@@ -6,7 +6,7 @@
6
<slot name="trigger"></slot>
7
</div>
8
<Teleport to="body">
9
- <div ref="modalEl" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full">
+ <div ref="modalEl" tabindex="-1" aria-hidden="true" class="hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-full max-h-full">
10
<div v-bind="$attrs" class="relative p-4 max-w-2xl max-h-full" :class="$attrs.class?.includes('w-') ? '' : 'w-full'">
11
<!-- Modal content -->
12
<div class="relative bg-white rounded-lg shadow-sm dark:bg-gray-700">
0 commit comments