优化滚动条在firefox上的显示

This commit is contained in:
GoEdgeLab
2023-04-11 16:33:22 +08:00
parent 819ab626ae
commit d936e2579d
8 changed files with 130 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
/** 通用 **/
* {
scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
scrollbar-width: thin;
}
.clear {
clear: both;
}