feat: 系统内的滚动条宽度用全局变量统一控制

This commit is contained in:
dataeaseShu 2024-11-26 18:04:47 +08:00
parent 9366e2e4de
commit c9a0ca791f

View File

@ -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;
}