From c5643c5b57fcf3611c105c3b176da3bf8e4efe2d Mon Sep 17 00:00:00 2001 From: withthelog Date: Mon, 14 Oct 2024 17:26:50 +0200 Subject: [PATCH] modified style.css --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d002ce9..4b7d49d 100644 --- a/style.css +++ b/style.css @@ -80,11 +80,13 @@ body { display: block; opacity: 1; transform: translate(-50%, -50%) scale(1); /* Centered and scale effect */ + z-index: 50; } /* Blur effect for body */ .blur { filter: blur(5px); /* Adjust blur strength */ + z-index: 30; } /* Dark overlay for better visibility */ @@ -96,7 +98,7 @@ body { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */ - z-index: 15; /* Overlay below the popup */ + z-index: 40; /* Overlay below the popup */ } .overlay.show {