fix main scrollbar on chrome

This commit is contained in:
Henry Jameson 2022-04-12 17:23:53 +03:00
parent 08ad2923a5
commit b37932fdf4

View file

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