diff --git a/ui/src/App.svelte b/ui/src/App.svelte index d7f4145..713e2bf 100644 --- a/ui/src/App.svelte +++ b/ui/src/App.svelte @@ -22,9 +22,15 @@ ); const history = createHistory(createHashSource()); + + let footerHeight = "0"; + function setBottomMargin(size: CustomEvent) { + footerHeight = `${size.detail.contentRect.height}px`; + } - + +
@@ -39,7 +45,7 @@ -