This commit is contained in:
Jevinca Marvella 2025-12-02 20:20:40 +07:00
parent e4c4a3795f
commit 7676a07935

View File

@ -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 {