From d59024b4a54d5dbef82b9d5b16a6eb7e31c66093 Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Sun, 18 Jun 2023 10:09:28 +0900 Subject: [PATCH] forgot zoomed avatar z-index fix for normal mode --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 25448ac0a..79423606d 100644 --- a/public/style.css +++ b/public/style.css @@ -4209,7 +4209,7 @@ body.noShadows * { position: absolute; padding: 0; filter: drop-shadow(2px 2px 2px #51515199); - z-index: 2; + z-index: 29; overflow: hidden; display: none; bottom: 0;