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

@ -736,6 +736,7 @@
{ {
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;
} }