From 7676a07935c1a4839e429ed2afd128b05f47988f Mon Sep 17 00:00:00 2001 From: Jevinca Marvella Date: Tue, 2 Dec 2025 20:20:40 +0700 Subject: [PATCH] 2048 upd --- 2048.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/2048.css b/2048.css index 252391e..facc8a6 100644 --- a/2048.css +++ b/2048.css @@ -331,6 +331,18 @@ h1 { transform: scale(1.1); } +/* FORCE tombol sound untuk selalu visible */ +.btn-sound-main { + display: flex !important; + position: relative !important; + z-index: 103 !important; +} + +.volume-panel { + position: relative !important; + z-index: 102 !important; +} + /* Mobile Responsive */ @media (max-width: 768px) { .sound-controls {