소스 검색

去掉滚动条

zhbyyy 2 년 전
부모
커밋
0c9436ae73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      investmentNew/styles/index.css

+ 1 - 1
investmentNew/styles/index.css

@@ -10,7 +10,7 @@ body {
 }
 /* 强制去掉滚动条 */
 html {
-  /* overflow-x: hidden !important; */   
+  overflow-x: hidden !important;   
 }
 * {
   -webkit-user-select: none;