Merge branch 'threecolumn' into shigusegubu-vue3

* threecolumn:
  fix main scrollbar on chrome
This commit is contained in:
Henry Jameson 2022-04-12 17:27:59 +03:00
commit eae4582a5c

View file

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