From 18295d9bcdc90272985968058d6a549304590d63 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 28 Apr 2022 16:15:44 +0200 Subject: [PATCH] setting cookie popup to highest zindex --- frontend/src/styles/popups.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 67b955f69..7b1587493 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -437,7 +437,7 @@ display: grid; gap: 1rem; width: 465px; - z-index: 10000; + z-index: 100000001; // outline: 0.5rem solid var(--bg-color) user-select: none; .main {