fixed ios ui bug horizontal scroll

pull/49/head
A1Gard 1 month ago
parent ee0069dcd0
commit 6cbeb91924

@ -29,7 +29,20 @@ html {
body {
background: var(--xshop-background);
color: var(--xshop-text);
overflow-x: hidden;
}
html, body {
overscroll-behavior-x: none;
max-width: 100% !important;
overflow-x: hidden !important;
zoom: 0;
position: relative;
}
main{
-webkit-overflow-scrolling: touch;
overflow-x: hidden !important;
width: 100%;
}

Loading…
Cancel
Save