style: 为页面容器添加 overflow-x hidden 以优化布局
This commit is contained in:
@@ -14,5 +14,6 @@
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user