From ca6b527d3028ccbb674b49019c44a8a66ec3001d Mon Sep 17 00:00:00 2001 From: Mudit Jain <96018877+MUDITJAINN@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:03:49 +0530 Subject: [PATCH] issue fixed (#118) --- 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%;