From 8907fdef8c4de1f3e75f5611580c8b0bb7b1ddba Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 24 Jul 2023 13:11:46 +0300 Subject: [PATCH] make sure modals are above cursormarsey --- files/assets/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 210fbc7b03..372f3f9fd4 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -1846,7 +1846,7 @@ button.close { position: fixed; top: 0; left: 0; - z-index: 1050; + z-index: 1000000001; display: none; width: 100%; height: 100%; @@ -5807,7 +5807,7 @@ img[src$="/i/hand.webp"]+img[glow]:not([data-src]) { } toast { - z-index: 999999999999999999 !important; + z-index: 1000000002 !important; } @media (max-width: 426px) { @@ -7409,7 +7409,7 @@ button, .btn { } #cursormarsey { - z-index: 1000000000000000; + z-index: 1000000000; width: 32px; height: 32px; position: fixed; @@ -7418,7 +7418,7 @@ button, .btn { background-position: -64px -32px; } #cursormarsey-heart { - z-index: 1000000000000000; + z-index: 1000000000; width: 24px; height: 24px; position: fixed;