Browse Source

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

苗大 1 năm trước cách đây
mục cha
commit
1b763fceee
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/design/public.less

+ 4 - 0
src/design/public.less

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