@@ -235,12 +235,16 @@
}
-/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
+/*隐藏滚动条*/
.hide-scrollbar ::-webkit-scrollbar
{
- width: 1px;
- height: 1px;
- background-color: #fafafa;
+ display: none;
+}
+.hide-scrollbar
+{
+ -ms-overflow-style: none;
+ scrollbar-width: none;
.header-left-btn{