Fix: Prevented the background gradient from moving
This commit is contained in:
parent
384ce22d67
commit
2b18011206
1 changed files with 2 additions and 1 deletions
|
|
@ -846,7 +846,8 @@ h2 {
|
||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
.nowPlayingContextMenu,
|
.nowPlayingContextMenu,
|
||||||
html {
|
html {
|
||||||
background: var(--backgroundGradient)
|
background: var(--backgroundGradient);
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue