diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-12 17:23:53 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-12 17:27:34 +0300 |
| commit | b37932fdf434d23777eaa58fccbf7afb07a052ea (patch) | |
| tree | 8d814277ff3bbc9a930074ad3bcd5aefce1e3af5 /src/App.scss | |
| parent | 08ad2923a58b08f8522b90938d9a330993904ea7 (diff) | |
fix main scrollbar on chrome
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
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); } } |
