feat: 系统内的滚动条宽度用全局变量统一控制
This commit is contained in:
parent
9366e2e4de
commit
c9a0ca791f
@ -621,7 +621,7 @@ strong {
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 4px;
|
||||
background: #8b8b8b;
|
||||
background: #1f23294d;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@ -630,7 +630,7 @@ strong {
|
||||
}
|
||||
|
||||
.ed-scrollbar__thumb {
|
||||
background: #8b8b8b !important;
|
||||
background: #1f23294d !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user