Skip to content

Commit 4b2e58b

Browse files
committed
styling/Ensure modal is always on top
1 parent 55ff0fb commit 4b2e58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/modal.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- This example requires Tailwind CSS v2.0+ -->
22
<div
3-
class="fixed z-10 inset-0 overflow-y-auto"
3+
class="fixed z-20 inset-0 overflow-y-auto"
44
id="modal"
55
data-controller="modal"
66
data-modal-target="modal"

0 commit comments

Comments
 (0)