Skip to content

Commit 5a830aa

Browse files
Miss Milleriammissmiller
authored andcommitted
fix: prevent navbar from appearing above modals
1 parent cab2bd8 commit 5a830aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function Navbar() {
7474
};
7575

7676
return (
77-
<header className="relative z-50 px-4 pt-4 sm:px-6 w-full">
77+
<header className="relative px-4 pt-4 sm:px-6 w-full">
7878
<div className="mx-auto max-w-6xl">
7979
<div
8080
ref={shellRef}

0 commit comments

Comments
 (0)