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">
<title>Safebox installer</title>
<style>
body, html {
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
}
iframe {
width: 100%;
height: 100%;
display: block;
width: 100vw;
height: 100vh;
border: none;
}
</style>