Fix that flash notices invisibly overlapped navbar

This commit is contained in:
Jason Zimdars
2025-06-05 11:21:52 -05:00
parent a22a78e60a
commit c4aa46a35e
+3 -2
View File
@@ -1,10 +1,11 @@
@layer components {
.flash {
display: flex;
inline-size: 100%;
inset: var(--block-space) auto auto auto;
inset-block-start: var(--block-space);
inset-inline-start: 50%;
justify-content: center;
position: fixed;
transform: translate(-50%);
z-index: 6;
}