Skip to content

Commit

Permalink
Update z-index for header in NotCollapsedHeader component
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Sep 9, 2024
1 parent b5d8bf9 commit 1a2be97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/Header/NotCollapsedHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function NotCollapsedHeader() {
}, [hoveringHeaderTab, lastMouseOut]);

return (
<div className="absolute flex items-center justify-center top-0 left-0 w-full z-[9999]">
<div className="absolute flex items-center justify-center top-0 left-0 w-full z-[9998]">
<div className="flex items-center justify-between w-full max-w-5xl mt-8">
<div className='flex items-center gap-x-12'>
<Link href='/'>
Expand Down

0 comments on commit 1a2be97

Please sign in to comment.