From c2564153e076fc3046f4189af8163530efa12416 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 29 Feb 2024 18:05:39 +0530 Subject: [PATCH] fix blur css --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index c015f94..495b98d 100644 --- a/src/style.css +++ b/src/style.css @@ -1041,7 +1041,7 @@ body > #demo-frame { /* transition-duration: 0.3s; */ /* transform: translateY(0px) scale(1); */ /* opacity: 1; */ - backdrop-filter: (3px); + backdrop-filter: blur(3px); } .modal-overlay {