Skip to content

Commit

Permalink
fix(nx-dev): fix home page mobile menu (#23250)
Browse files Browse the repository at this point in the history
Fix the home page mobile menu

(cherry picked from commit 0066543)
  • Loading branch information
isaacplmann authored and FrozenPandaz committed May 9, 2024
1 parent cf35bff commit fe46c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-common/src/lib/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function Header(): JSX.Element {
}, []);

return (
<div className="relative inset-x-0 top-0 z-50 flex print:hidden">
<div className="z-5 relative inset-x-0 top-0 flex print:hidden">
{/*DESKTOP*/}
<div className="mx-auto hidden w-full max-w-7xl items-center justify-between space-x-10 p-4 px-8 lg:flex">
{/*PRIMARY NAVIGATION*/}
Expand Down

0 comments on commit fe46c53

Please sign in to comment.