mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevented the background gradient from moving
This commit is contained in:
@@ -846,7 +846,8 @@ h2 {
|
|||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
.nowPlayingContextMenu,
|
.nowPlayingContextMenu,
|
||||||
html {
|
html {
|
||||||
background: var(--backgroundGradient)
|
background: var(--backgroundGradient);
|
||||||
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user