Fix Lyric Scrolling Bug

This commit is contained in:
2025-06-05 22:35:55 +10:00
parent 0f341cabf7
commit 830ae84120
3 changed files with 47 additions and 27 deletions
@@ -36,6 +36,14 @@
/* Remove all layout-changing rules - only fade buttons, keep everything else in place */
/* Immediate hide class for unhide button */
.hide-immediately {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
transition: none !important;
}
[class^="_bar"] {
background-color: transparent;
}