From b37932fdf434d23777eaa58fccbf7afb07a052ea Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 12 Apr 2022 17:23:53 +0300 Subject: [PATCH] fix main scrollbar on chrome --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index 90f1e0d5..0ee1c610 100644 --- a/src/App.scss +++ b/src/App.scss @@ -95,6 +95,7 @@ body { // Body should have background to scrollbar otherwise it will use white (body color?) html { scrollbar-color: var(--selectedMenu) var(--wallpaper); + background: var(--wallpaper); } }