Skip to content

Commit c02b52d

Browse files
chore(header): update z-index on header bar (#26)
2 parents b9726a8 + 36de222 commit c02b52d

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)