diff --git a/src/assets/stylesheets/2d-hud.scss b/src/assets/stylesheets/2d-hud.scss
index 2fe1736009876a36c2dd29d0c0e6de6c709220bf..0d63efc581e07237e8188e6a2ba22142626d0cc0 100644
--- a/src/assets/stylesheets/2d-hud.scss
+++ b/src/assets/stylesheets/2d-hud.scss
@@ -42,7 +42,7 @@
 :local(.iconButton.large) {
   width: 80px;
   height: 80px;
-  z-index: 10;
+  z-index: 1;
 }
 
 :local(.iconButton.mute) {
@@ -82,4 +82,4 @@
 }
 :local(.iconButton.freeze.active:hover) {
   background-image: url(../hud/freeze_on-hover.png);
-}
\ No newline at end of file
+}