Fix: Prevented the background gradient from moving

This commit is contained in:
lscambo13
2025-05-27 11:21:39 -07:00
parent 384ce22d67
commit 2b18011206

View File

@@ -846,7 +846,8 @@ h2 {
.nowPlayingPlaylist, .nowPlayingPlaylist,
.nowPlayingContextMenu, .nowPlayingContextMenu,
html { html {
background: var(--backgroundGradient) background: var(--backgroundGradient);
background-attachment: fixed;
} }