Skip to content

Commit f0e5416

Browse files
committed
IMP: demo
1 parent 4602662 commit f0e5416

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<dialog
119119
x-show="openModal"
120120
x-htmldialog.noscroll="openModal = false"
121+
closeby="none"
121122
>
122123
<div class="dialog-header flex gap align">
123124
<span style="font-size: var(--font-size-fluid-2)"
@@ -159,6 +160,7 @@
159160
<dialog
160161
x-show="openOffcanvas"
161162
x-htmldialog.noscroll="openOffcanvas = false"
163+
closeby="any"
162164
class="offcanvas"
163165
>
164166
<div class="flex gap align">

0 commit comments

Comments
 (0)