style: 优化滚动条深色模式样式 (#3458)
This commit is contained in:
parent
7fa2578e6d
commit
1b763fceee
|
|
@ -32,6 +32,10 @@
|
|||
background-color: @border-color-dark;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
// =================================
|
||||
// ==============nprogress==========
|
||||
// =================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue