File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ class="relative w-auto h-auto">
151
151
@endif
152
152
@endif
153
153
<template x-teleport =" body" >
154
- <div x-show =" modalOpen" @click .away = " modalOpen = false; resetModal() "
154
+ <div x-show =" modalOpen"
155
155
class =" fixed top-0 lg:pt-10 left-0 z-[99] flex items-start justify-center w-screen h-screen" x-cloak >
156
- <div x-show =" modalOpen" @click = " modalOpen = false; resetModal() "
156
+ <div x-show =" modalOpen"
157
157
class =" absolute inset-0 w-full h-full bg-black bg-opacity-20 backdrop-blur-sm" ></div >
158
158
<div x-show =" modalOpen" x-trap.inert.noscroll =" modalOpen" x-transition:enter =" ease-out duration-100"
159
159
x-transition:enter-start =" opacity-0 -translate-y-2 sm:scale-95"
You can’t perform that action at this time.
0 commit comments