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

This commit is contained in:
苗大
2023-12-25 14:31:44 +08:00
committed by GitHub
parent 7fa2578e6d
commit 1b763fceee

View File

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