From 26282e34356dfe89426d57517a2abfc26e0272bd Mon Sep 17 00:00:00 2001 From: Adrien Maston Date: Tue, 24 Feb 2026 17:21:59 +0100 Subject: [PATCH] Use safe inset --- app/assets/stylesheets/flash.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/flash.css b/app/assets/stylesheets/flash.css index c57e9b6a4..a717838e4 100644 --- a/app/assets/stylesheets/flash.css +++ b/app/assets/stylesheets/flash.css @@ -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;