aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-12 17:23:53 +0300
committerHenry Jameson <me@hjkos.com>2022-04-12 17:27:34 +0300
commitb37932fdf434d23777eaa58fccbf7afb07a052ea (patch)
tree8d814277ff3bbc9a930074ad3bcd5aefce1e3af5
parent08ad2923a58b08f8522b90938d9a330993904ea7 (diff)
fix main scrollbar on chrome
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
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);
}
}