Skip to content

Commit 36de222

Browse files
committed
chore(header): update z-index on header bar
1 parent b9726a8 commit 36de222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layouts/DashboardLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function DashboardLayout({
3434
return () => window.removeEventListener("scroll", handleScroll);
3535
}, []);
3636

37-
const headerClasses = `sticky top-0 z-10 border-b p-4 transition-all duration-200 ${scrolled ? "shadow-sm backdrop-blur-md bg-opacity-90" : ""
37+
const headerClasses = `sticky top-0 z-10 border-b p-4 transition-all duration-200 z-1001 ${scrolled ? "shadow-sm backdrop-blur-md bg-opacity-90" : ""
3838
}`;
3939

4040

0 commit comments

Comments
 (0)