Merge remote-tracking branch 'origin/release/v5.3.0' into release/v5.3.0

This commit is contained in:
Julia Radzhabova 2019-04-02 17:19:35 +03:00
commit bcb7013512

View file

@ -735,7 +735,8 @@
if (config.type == "mobile") if (config.type == "mobile")
{ {
iframe.style.position = "fixed"; iframe.style.position = "fixed";
iframe.style.overflow = "hidden"; iframe.style.overflow = "hidden";
document.body.style.overscrollBehaviorY = "contain";
} }
return iframe; return iframe;
} }