added scroll to top button to all pages
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<script lang="ts">
|
||||
import ScrollTopButton from "$lib/components/scroll-top-button.svelte";
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
<div class="main-content">
|
||||
<ScrollTopButton />
|
||||
{@render children()}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user