From c501f18fe6ac5f8f4b0afbdb197da7105305b3b9 Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 20 Mar 2026 02:56:22 +0100 Subject: [PATCH] Fix theme selector backdrop clipping navs --- app/components/CustomThemeSelector.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/CustomThemeSelector.module.css b/app/components/CustomThemeSelector.module.css index a27d9e4d6..df0701775 100644 --- a/app/components/CustomThemeSelector.module.css +++ b/app/components/CustomThemeSelector.module.css @@ -17,7 +17,7 @@ .customThemeSelectorNoSupporter { position: absolute; inset: 0; - z-index: 10; + z-index: 5; backdrop-filter: blur(3px); display: flex; flex-direction: column;