We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5cb03 commit f1a272aCopy full SHA for f1a272a
resources/views/components/modal.blade.php
@@ -43,7 +43,7 @@
43
x-on:keydown.shift.tab.prevent="prevFocusable().focus()"
44
x-show="show"
45
id="{{ $id }}"
46
- class="jetstream-modal fixed inset-0 overflow-y-auto px-4 py-6 z-50 sm:px-0"
+ class="jetstream-modal fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50"
47
style="display: none;"
48
>
49
<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