diff --git a/resources/sass/client-custom/_general.scss b/resources/sass/client-custom/_general.scss index d476e44..7b87c7b 100644 --- a/resources/sass/client-custom/_general.scss +++ b/resources/sass/client-custom/_general.scss @@ -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%; }