From a241a6b2dfb7adf94b16176af8d4c9c4580a02df Mon Sep 17 00:00:00 2001 From: fay Date: Tue, 2 Jun 2020 18:43:31 +0800 Subject: [PATCH] BI-66198 --- .../resources/com/finebi/plugin/web/plugin.screen_adaptive.js | 2 +- src/main/resources/com/finebi/plugin/web/scripts/entry.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js b/src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js index 0bb1e3d..d575dd4 100644 --- a/src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js +++ b/src/main/resources/com/finebi/plugin/web/plugin.screen_adaptive.js @@ -116,7 +116,7 @@ wrapper.style.transformOrigin = "top left"; wrapper.style["-ms-transform"] = "scale(" + bounds.scale+ ")"; wrapper.style["-ms-transform-origin"] = "top left"; - wrapper.style.overflowY = "auto"; + wrapper.style.overflowY = "hidden"; html.style.backgroundColor = "#ffffff"; scrollContainer.style.overflowX = "auto"; diff --git a/src/main/resources/com/finebi/plugin/web/scripts/entry.js b/src/main/resources/com/finebi/plugin/web/scripts/entry.js index 0bb1e3d..d575dd4 100644 --- a/src/main/resources/com/finebi/plugin/web/scripts/entry.js +++ b/src/main/resources/com/finebi/plugin/web/scripts/entry.js @@ -116,7 +116,7 @@ wrapper.style.transformOrigin = "top left"; wrapper.style["-ms-transform"] = "scale(" + bounds.scale+ ")"; wrapper.style["-ms-transform-origin"] = "top left"; - wrapper.style.overflowY = "auto"; + wrapper.style.overflowY = "hidden"; html.style.backgroundColor = "#ffffff"; scrollContainer.style.overflowX = "auto";