We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d25a2 commit 70ba3eeCopy full SHA for 70ba3ee
index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8" />
5
<link rel="icon" href="%BASE_URL%favicon.ico" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1, interactive-widget=resizes-content" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="theme-color" content="#6c4bc1" />
8
<title>micro:bit Python Editor</title>
9
<meta property="og:title" content="micro:bit Python Editor" />
src/App.css
@@ -40,8 +40,8 @@ body,
40
.WorkbenchContainer,
41
.Workbench {
42
width: 100%;
43
- height: var(--full-svh, 100vh);
+ height: 100%;
44
}
45
-body {
+html, body {
46
overflow: hidden;
47
0 commit comments