Fix issue with text showing below StickyBottom

This commit is contained in:
Henrik Giesel 2021-06-25 17:13:06 +02:00
parent 892f08c19a
commit a5af3a9280

View File

@ -8,7 +8,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
export { className as class };
</script>
<footer {id} class={`container-fluid py-1 ${className}`}>
<footer {id} class={`container-fluid pt-1 ${className}`}>
<slot />
</footer>