We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6c50b commit eafd26aCopy full SHA for eafd26a
adminforth/spa/src/afcl/Modal.vue
@@ -7,7 +7,7 @@
7
</div>
8
<Teleport to="body">
9
<div ref="modalEl" tabindex="-1" aria-hidden="true" class="[scrollbar-gutter:stable] 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 as string)?.includes('w-') ? '' : 'w-full'">
+ <div v-bind="$attrs" class="relative p-4 max-h-full">
11
<!-- Modal content -->
12
<div class="relative bg-lightDialogBackgorund rounded-lg shadow-sm dark:bg-darkDialogBackgorund">
13
0 commit comments