diff --git a/assets/timber.scss.liquid b/assets/timber.scss.liquid index d2ce3e08a..f2ec68881 100755 --- a/assets/timber.scss.liquid +++ b/assets/timber.scss.liquid @@ -707,10 +707,12 @@ $class-type: unquote("."); ==============================================================================*/ html { background-color: $colorFooterBg; + overflow-x: hidden; } body { background-color: $colorBody; + overflow-x: hidden; } [tabindex='-1']:focus { @@ -2178,6 +2180,12 @@ label.error { } } + +html.supports-touch .drawer { + -webkit-overflow-scrolling: auto; +} + + /*============================================================================ #Site Footer ==============================================================================*/