Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: fix main scrollbar on chrome
This commit is contained in:
commit
6b30bb2b0b
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue