Merge branch 'threecolumn' into shigusegubu-vue3
* threecolumn: fix main scrollbar on chrome
This commit is contained in:
commit
eae4582a5c
1 changed files with 1 additions and 4 deletions
|
@ -95,10 +95,7 @@ body {
|
||||||
// Body should have background to scrollbar otherwise it will use white (body color?)
|
// Body should have background to scrollbar otherwise it will use white (body color?)
|
||||||
html {
|
html {
|
||||||
scrollbar-color: var(--selectedMenu) var(--wallpaper);
|
scrollbar-color: var(--selectedMenu) var(--wallpaper);
|
||||||
|
background: var(--wallpaper);
|
||||||
&::-webkit-scrollbar {
|
|
||||||
background: var(--wallpaper);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue