From f2d8035abeae6ef98f5b524592c7661024be6823 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Tue, 18 May 2021 15:29:23 +0200 Subject: [PATCH] fix z-index --- front/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/style/style.css b/front/style/style.css index 64f7e28b..c5a55cb1 100644 --- a/front/style/style.css +++ b/front/style/style.css @@ -441,6 +441,7 @@ body { padding: 0.3rem 0.5rem; color: white; transition: transform 0.5s; + z-index: 99; } #audioplayer_mute {