From 8c9ca02221cc94f544694478e3cd4624fed48a68 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.scss b/src/App.scss index 90f1e0d52..0b8183ce1 100644 --- a/src/App.scss +++ b/src/App.scss @@ -95,6 +95,10 @@ body { // Body should have background to scrollbar otherwise it will use white (body color?) html { scrollbar-color: var(--selectedMenu) var(--wallpaper); + + &::-webkit-scrollbar { + background: var(--wallpaper); + } } }