diff --git a/src/App.scss b/src/App.scss index 0b8183ce1..0ee1c610f 100644 --- a/src/App.scss +++ b/src/App.scss @@ -95,10 +95,7 @@ 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); - } + background: var(--wallpaper); } }