Use safe inset

This commit is contained in:
Adrien Maston
2026-02-24 17:21:59 +01:00
parent 88235a2737
commit 26282e3435
+1 -1
View File
@@ -1,7 +1,7 @@
@layer components {
.flash {
display: flex;
inset-block-start: var(--block-space);
inset-block-start: calc(var(--block-space) + var(--custom-safe-inset-top));
inset-inline-start: 50%;
justify-content: center;
position: fixed;