Skip to content

Commit 61fb61c

Browse files
fix(nav): bump z-index to z-60 so nav sits above search overlay
1 parent 12b8a61 commit 61fb61c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TopBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export function TopBar({ navigation }: TopBarProps) {
4545
};
4646

4747
return (
48-
<header className="fixed top-0 left-0 right-0 z-30 bg-[var(--color-background-subtle)] border-b border-border-default">
48+
<header className="fixed top-0 left-0 right-0 z-60 bg-[var(--color-background-subtle)] border-b border-border-default">
4949
<div className="flex items-center h-14 px-5">
5050
{/* Left: logo + nav */}
5151
<div className="flex items-center gap-6">

0 commit comments

Comments
 (0)