From 518b5829f3a67cbd3b6659bcb93e6d3247caa445 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Mon, 28 Oct 2024 02:49:29 +0700 Subject: [PATCH] lfg --- components/ui/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/navbar.tsx b/components/ui/navbar.tsx index 1500b67a..569ab6d4 100644 --- a/components/ui/navbar.tsx +++ b/components/ui/navbar.tsx @@ -112,7 +112,7 @@ const navStyles = tv({ ], variants: { isSticky: { - true: "sticky z-20 top-0" + true: "sticky z-40 top-0" }, intent: { floating: "bg-tertiary max-w-[1680px] mx-auto shadow-sm border rounded-xl sm:px-4",