style: 优化滚动条深色模式样式 (#3458)

This commit is contained in:
苗大 2023-12-25 14:31:44 +08:00 committed by GitHub
parent 7fa2578e6d
commit 1b763fceee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
background-color: @border-color-dark;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}
// =================================
// ==============nprogress==========
// =================================