Fix issue with text showing below StickyBottom
This commit is contained in:
parent
892f08c19a
commit
a5af3a9280
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user