Skip to content

Commit

Permalink
Update SiteHeader.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato authored Dec 24, 2024
1 parent 9f6936c commit 1055f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/SiteHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</script>

<header
class="fixed top-0 z-50 w-full border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"
class="sticky top-0 z-50 w-full border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60"
>
<!--<Banner />-->
<div class="container flex h-14 max-w-screen-2xl items-center">
Expand Down

0 comments on commit 1055f58

Please sign in to comment.