Skip to content

Commit

Permalink
fix: increment header z-index to show above everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
Rex-82 committed Oct 10, 2024
1 parent 3aab5d9 commit 8c48d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Navbar = () => {
};

return (
<StyledWrapper className="w-full site-navbar sticky top-0 z-10">
<StyledWrapper className="w-full site-navbar sticky top-0 z-20">
<div>
<header className="flex items-center justify-between py-4">
<div>
Expand Down

0 comments on commit 8c48d4f

Please sign in to comment.