Skip to content

Commit f1a272a

Browse files
committed
wip
1 parent 8a5cb03 commit f1a272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/modal.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
x-on:keydown.shift.tab.prevent="prevFocusable().focus()"
4444
x-show="show"
4545
id="{{ $id }}"
46-
class="jetstream-modal fixed inset-0 overflow-y-auto px-4 py-6 z-50 sm:px-0"
46+
class="jetstream-modal fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50"
4747
style="display: none;"
4848
>
4949
<div x-show="show" class="fixed inset-0 transform transition-all" x-on:click="show = false" x-transition:enter="ease-out duration-300"

0 commit comments

Comments
 (0)