Parcourir la source

Update index.module.less

lex-xin il y a 1 semaine
Parent
commit
bab04f6f25
1 fichiers modifiés avec 10 ajouts et 9 suppressions
  1. 10 9
      src/views/tempo-practice/setting-modal/index.module.less

+ 10 - 9
src/views/tempo-practice/setting-modal/index.module.less

@@ -107,18 +107,19 @@
   z-index: 7;
 
   &::-webkit-scrollbar {
-    width: 4px;
+    // width: 4px;
+    display: none;
   }
 
-  &::-webkit-scrollbar-thumb {
-    border-radius: 10px;
-    background: rgba(0, 0, 0, 0.2);
-  }
+  // &::-webkit-scrollbar-thumb {
+  //   border-radius: 10px;
+  //   background: rgba(0, 0, 0, 0.2);
+  // }
 
-  &::-webkit-scrollbar-track {
-    border-radius: 0;
-    background: rgba(0, 0, 0, 0.1);
-  }
+  // &::-webkit-scrollbar-track {
+  //   border-radius: 0;
+  //   background: rgba(0, 0, 0, 0.1);
+  // }
 
   .iArrow {
     width: 14px;