diff --git a/ts/editor/EditorField.svelte b/ts/editor/EditorField.svelte
index a8b0f06aa..29788cbbf 100644
--- a/ts/editor/EditorField.svelte
+++ b/ts/editor/EditorField.svelte
@@ -5,7 +5,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
diff --git a/ts/editor/editor-base.scss b/ts/editor/editor-base.scss
index acc334257..79175fea6 100644
--- a/ts/editor/editor-base.scss
+++ b/ts/editor/editor-base.scss
@@ -13,6 +13,7 @@ html {
overflow: hidden;
}
-html, body {
+html,
+body {
height: 100%;
}
diff --git a/ts/lib/runtime-require.ts b/ts/lib/runtime-require.ts
index 1925a1434..262ce777d 100644
--- a/ts/lib/runtime-require.ts
+++ b/ts/lib/runtime-require.ts
@@ -16,6 +16,7 @@
*/
type AnkiPackages =
| "anki/NoteEditor"
+ | "anki/EditorField"
| "anki/PlainTextInput"
| "anki/TemplateButtons"
| "anki/packages"