fix main scrollbar on chrome

このコミットが含まれているのは:
Henry Jameson 2022-04-12 17:23:53 +03:00
コミット b37932fdf4
1個のファイルの変更1行の追加0行の削除

ファイルの表示

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