MisterProton commited on
Commit
fe7212d
1 Parent(s): 0ec0a9a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -8
index.html CHANGED
@@ -8,21 +8,16 @@
8
  body, html {
9
  margin: 0;
10
  padding: 0;
11
- height: 100vh;
12
- overflow: hidden;
13
- -webkit-touch-callout: none;
14
- -webkit-user-select: none;
15
- -webkit-overflow-scrolling: touch;
16
- -webkit-text-size-adjust: 100%;
17
  }
18
  iframe {
19
  position: absolute;
20
  top: 0;
21
  left: 0;
22
  width: 100%;
23
- height: 100vh;
24
  border: none;
25
- padding-bottom: env(safe-area-inset-bottom);
26
  }
27
  </style>
28
  </head>
 
8
  body, html {
9
  margin: 0;
10
  padding: 0;
11
+ height: 100%;
12
+
 
 
 
 
13
  }
14
  iframe {
15
  position: absolute;
16
  top: 0;
17
  left: 0;
18
  width: 100%;
19
+ height: 730px;
20
  border: none;
 
21
  }
22
  </style>
23
  </head>