Slot content piling on top of other content?
I have been working on implementing an SCSS template in a SvelteKit project. My styles are coming through to the UI, however I am having trouble figuring out why some of the markdown is coming out piled up. I've tested and toggled so many things at this point, I'm not sure what to mention. If I remove all styling, the markdown paints to the browser the way you would expect: header, over main & slot content, over footer. My routing works fine, my route pages display their <h> tags, and while I've removed most styling at this point the root & body styles come through from the SCSS folder.
My root layout looks like this:
and my root page.svelte looks like this:
while I don't want to be stuck on a project, at this point I just need to know why this is happening because it's so weird!
My root layout looks like this:
and my root page.svelte looks like this:
while I don't want to be stuck on a project, at this point I just need to know why this is happening because it's so weird!

