Merge branch 'threecolumn' into shigusegubu-vue3

* threecolumn:
  fix main scrollbar on chrome
This commit is contained in:
Henry Jameson 2022-04-12 17:24:26 +03:00
commit 6b30bb2b0b

View file

@ -95,6 +95,10 @@ 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);
}
}
}