From 19b06a1e1e757343e4759059787ba93c41616b4d Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sat, 31 May 2025 08:03:08 -0700 Subject: [PATCH] Fix: Reverted 2b180112069cb55dc52efa32c74781472e169777 to improve scrolling performance --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b618252..f3737ea 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -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; */ }