Browse Source

增宽滚动条

SunZehao 2 months ago
parent
commit
b33b8a7d08
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/nxfStyle.less

+ 4 - 0
src/nxfStyle.less

@@ -974,4 +974,8 @@
             }
         }
     }
+
+    *::-webkit-scrollbar {
+        height: 15px !important;
+    }
 }