From a862ccd44ca68df12716ba845f2252dc6291e801 Mon Sep 17 00:00:00 2001 From: Mudit jain Date: Wed, 9 Oct 2024 16:28:41 +0530 Subject: [PATCH] issue fixed --- assets/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 7326fb4..dbf6f1e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -18,6 +18,7 @@ width: 100%; height: 100%; background: transparent; + -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); z-index: 2; align-items: center; @@ -26,6 +27,7 @@ } .menu { + -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); background: rgba(30, 23, 20, 0.575); width: 100%;