-
+
"""
diff --git a/ts/components/StickyBottom.svelte b/ts/components/StickyBottom.svelte
index e62654bb0..e67c403d1 100644
--- a/ts/components/StickyBottom.svelte
+++ b/ts/components/StickyBottom.svelte
@@ -7,7 +7,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
let className: string = "";
export { className as class };
- export let height: number;
+ export let height: number = 0;