From 21a760ff93347badf6e2ea7628c75aaa720c1af2 Mon Sep 17 00:00:00 2001 From: olebeck <31539311+olebeck@users.noreply.github.com> Date: Mon, 19 Sep 2022 22:45:12 +0200 Subject: [PATCH] fixed background scrollbar --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 4aa0d06..c155e72 100755 --- a/style.css +++ b/style.css @@ -467,6 +467,7 @@ { border-radius: 10px; background-image: linear-gradient(90deg, rgba(245,148,215,1) 0%, rgba(167,234,255,1) 94%); + background-attachment: fixed; } .blue-scrollbar {