index double scroll fix

This commit is contained in:
2025-08-07 09:49:15 +00:00
parent f0171a0232
commit 49f466f298

View File

@@ -5,14 +5,16 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Safebox installer</title> <title>Safebox installer</title>
<style> <style>
body, html { html, body {
margin: 0; margin: 0;
padding: 0; padding: 0;
height: 100%; height: 100%;
overflow: hidden;
} }
iframe { iframe {
width: 100%; display: block;
height: 100%; width: 100vw;
height: 100vh;
border: none; border: none;
} }
</style> </style>