From a5af3a9280149f0f60bcccf134eabb31d36c2ef6 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 25 Jun 2021 17:13:06 +0200 Subject: [PATCH] Fix issue with text showing below StickyBottom --- ts/components/StickyBottom.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/StickyBottom.svelte b/ts/components/StickyBottom.svelte index 24cba05ed..09c8a8248 100644 --- a/ts/components/StickyBottom.svelte +++ b/ts/components/StickyBottom.svelte @@ -8,7 +8,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html export { className as class }; -