diff --git a/index.js b/index.js index 495ec6a..f0e6f4a 100644 --- a/index.js +++ b/index.js @@ -8,12 +8,10 @@ if (!document) { (function () { const styles = ` webview { - visibility: hidden; width: 0px; height: 0px; } webview.visible { - visibility: visible; width: 100%; height: 100%; top: 0;