From 048e293fb2cb5264a03107e7d4e6e53fe23c4446 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 10 Oct 2024 14:53:41 +0100 Subject: [PATCH] fix backdrop blur --- apps/home/static/home/css/sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/home/static/home/css/sidebar.css b/apps/home/static/home/css/sidebar.css index ca51d5b..5c2ab2e 100644 --- a/apps/home/static/home/css/sidebar.css +++ b/apps/home/static/home/css/sidebar.css @@ -7,7 +7,7 @@ left: 0; width: 100%; height: 100%; - filter: blur(5rem); + backdrop-filter: blur(10px); background-color: rgba(var(--bs-secondary-rgb), 0.50); z-index: 998; display: none; /* Must start as hidden! */