Skip to content

Commit 8dd64b9

Browse files
authored
Merge pull request #807 from AnswerDotAI/erikgaas/toast-zindex
Bump toast z-index to 1090 so toasts appear above modals
2 parents 6fc667a + 330032f commit 8dd64b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fasthtml/toaster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sk = "toasts"
88
toast_css = """
99
#fh-toast-container {
10-
position: fixed; inset: 20px 0; z-index: 1000; max-width: 80vw;
10+
position: fixed; inset: 20px 0; z-index: 1090; max-width: 80vw;
1111
display: flex; flex-direction: column; align-items: center;
1212
gap: 10px; pointer-events: none; margin: 0 auto;
1313
}

0 commit comments

Comments
 (0)