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); } }