Fix: Reverted 2b18011206 to improve scrolling performance
This commit is contained in:
parent
5e01be31b4
commit
19b06a1e1e
1 changed files with 2 additions and 1 deletions
|
|
@ -956,7 +956,8 @@ h2 {
|
|||
.nowPlayingContextMenu,
|
||||
html {
|
||||
background: var(--backgroundGradient);
|
||||
background-attachment: fixed;
|
||||
/* Do not enable it or all hell will break loose. You have been warned. */
|
||||
/* background-attachment: fixed; */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue