collapse / src / routes / __layout.svelte
__layout.svelte
Raw
<slot />

<style>
    :global(html, body) {
        margin: 0;
        padding: 0;
    }
</style>