fix main scrollbar on chrome

merge-requests/1193/merge
Henry Jameson 2 years ago
parent 08ad2923a5
commit b37932fdf4

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

Loading…
Cancel
Save