mirror of https://github.com/halo-dev/halo
perf: optimize the UI of the global scrollbar
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
7e63538403
commit
3015587c81
|
@ -46,6 +46,11 @@ body {
|
||||||
border-radius: 2em;
|
border-radius: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
*::-webkit-scrollbar-thumb {
|
*::-webkit-scrollbar-thumb {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
|
|
Loading…
Reference in New Issue