commit: b37932fdf434d23777eaa58fccbf7afb07a052ea
parent 08ad2923a58b08f8522b90938d9a330993904ea7
Author: Henry Jameson <me@hjkos.com>
Date: Tue, 12 Apr 2022 17:23:53 +0300
fix main scrollbar on chrome
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);
}
}