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