We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fc667a + 330032f commit 8dd64b9Copy full SHA for 8dd64b9
fasthtml/toaster.py
@@ -7,7 +7,7 @@
7
sk = "toasts"
8
toast_css = """
9
#fh-toast-container {
10
- position: fixed; inset: 20px 0; z-index: 1000; max-width: 80vw;
+ position: fixed; inset: 20px 0; z-index: 1090; max-width: 80vw;
11
display: flex; flex-direction: column; align-items: center;
12
gap: 10px; pointer-events: none; margin: 0 auto;
13
}
0 commit comments