Skip to content

Commit

Permalink
fix: individual stoppane positioned, fixed the header, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunsinghofficial committed Sep 5, 2024
1 parent 695690e commit 33f35d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</script>

<div class="relative h-dvh w-full">
<div class="absolute w-full">
<div class="fixed w-full">
<Header />
</div>
<div>
<div class="h-[100vh] overflow-hidden">
<slot></slot>
</div>
</div>

0 comments on commit 33f35d8

Please sign in to comment.