Skip to content

Commit

Permalink
fix navbar zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed May 21, 2024
1 parent 055a8a4 commit 1691917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const NavBar = () => {
};

return (
<div className="navbar p-0 bg-base-100 shadow-xl opacity-85 flex justify-between z-[2]">
<div className="navbar p-0 bg-base-100 shadow-xl opacity-85 flex justify-between z-[20]">
<a className="btn btn-link animate-none text-lg" href="/">
<Image src={logo()} alt="solXEN Logo" width={100} height={40} />
</a>
Expand Down

0 comments on commit 1691917

Please sign in to comment.