Browse Source

去除滚动条

yangc 8 years ago
parent
commit
c7a51fa664
1 changed files with 7 additions and 0 deletions
  1. 7 0
      assets/scss/mobileCommon.scss

+ 7 - 0
assets/scss/mobileCommon.scss

@@ -190,3 +190,10 @@ input {
   -moz-appearance: none;
   appearance: none;
 }
+
+/*去除滚动条*/
+::-webkit-scrollbar {
+  display:none;
+  width:0;
+  height: 0;
+}