There was an error while loading. Please reload this page.
1 parent bd69cf4 commit b2849ecCopy full SHA for b2849ec
1 file changed
resources/js/packages/ui/src/dialog/DialogContent.vue
@@ -27,7 +27,8 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits);
27
<DialogOverlay
28
class="fixed top-0 left-0 z-50 w-screen h-screen [height:100dvh] backdrop-blur-sm data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0">
29
<div class="absolute inset-0 bg-default-background opacity-30" />
30
- <div class="absolute inset-0 overflow-y-auto overscroll-contain flex items-start justify-center px-2">
+ <div
31
+ class="absolute inset-0 overflow-y-auto overscroll-contain flex items-start justify-center px-2">
32
<DialogContent
33
v-bind="forwarded"
34
:class="
0 commit comments