diff --git a/src/panel.html b/src/panel.html index cdff5f7..e938302 100644 --- a/src/panel.html +++ b/src/panel.html @@ -7,6 +7,6 @@
+ - diff --git a/src/style/page.css b/src/style/page.css index 5fe5e03..fbdcdf2 100644 --- a/src/style/page.css +++ b/src/style/page.css @@ -9,6 +9,12 @@ body { background: var(--color-bg-main); } +:global(#netify-sandbox-iframe) { + position: absolute; + left: -1000000px; + top: -100000px; +} + /* stylelint-disable selector-no-qualifying-type */ :global body.platform-linux { font-family: Roboto, Ubuntu, Arial, sans-serif;