mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 12:55:34 +08:00
Merge remote-tracking branch 'origin/release/v5.3.0' into release/v5.3.0
This commit is contained in:
@ -735,7 +735,8 @@
|
||||
if (config.type == "mobile")
|
||||
{
|
||||
iframe.style.position = "fixed";
|
||||
iframe.style.overflow = "hidden";
|
||||
iframe.style.overflow = "hidden";
|
||||
document.body.style.overscrollBehaviorY = "contain";
|
||||
}
|
||||
return iframe;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user