From 1307cce488634e53c8bedd101bb6c4e47623266f Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 4 Aug 2024 18:56:42 +0200 Subject: [PATCH] fix blur behind nsfw dialog in safari etc --- style/shiny/nsfw-warning.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style/shiny/nsfw-warning.css b/style/shiny/nsfw-warning.css index 9ceeea0..fc72ba2 100644 --- a/style/shiny/nsfw-warning.css +++ b/style/shiny/nsfw-warning.css @@ -6,11 +6,14 @@ z-index: 1000; background: hsl(340deg, 35%, 15%, 90%); - backdrop-filter: blur(15px); color: var(--text-col); display: grid; } +.dialog ~ .page { + filter: blur(15px); +} + .dialog-inner { place-self: center;