Fix: Reverted 2b18011206 to improve scrolling performance

This commit is contained in:
lscambo13
2025-05-31 08:03:08 -07:00
parent 5e01be31b4
commit 19b06a1e1e

View File

@@ -956,7 +956,8 @@ h2 {
.nowPlayingContextMenu, .nowPlayingContextMenu,
html { html {
background: var(--backgroundGradient); background: var(--backgroundGradient);
background-attachment: fixed; /* Do not enable it or all hell will break loose. You have been warned. */
/* background-attachment: fixed; */
} }