diff --git a/components/ui/navbar.tsx b/components/ui/navbar.tsx index db84c343..b4c6f629 100644 --- a/components/ui/navbar.tsx +++ b/components/ui/navbar.tsx @@ -112,7 +112,7 @@ const navStyles = tv({ ], variants: { isSticky: { - true: "sticky top-0" + true: "sticky z-20 top-0" }, intent: { floating: "bg-tertiary max-w-[1680px] mx-auto shadow-sm border rounded-xl sm:px-4",