From 4cde0796a22ffe86d310349b7b0dd87b0d640c27 Mon Sep 17 00:00:00 2001
From: enes <enes@nostrdev.com>
Date: Sat, 21 Dec 2024 17:03:03 +0100
Subject: [PATCH] refactor: bump z-index on loading spinner

---
 src/components/LoadingSpinner/style.module.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/LoadingSpinner/style.module.scss b/src/components/LoadingSpinner/style.module.scss
index 088f389..2ed8093 100644
--- a/src/components/LoadingSpinner/style.module.scss
+++ b/src/components/LoadingSpinner/style.module.scss
@@ -7,7 +7,7 @@
   align-items: center;
   justify-content: center;
   background-color: rgba(0, 0, 0, 0.5);
-  z-index: 50;
+  z-index: 70;
   -webkit-backdrop-filter: blur(10px);
   backdrop-filter: blur(10px);
 }