Skip to content

Commit

Permalink
fix: z-index Header
Browse files Browse the repository at this point in the history
  • Loading branch information
SureshPradhana committed Aug 8, 2024
1 parent 7ce8120 commit 9225903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function Header({notice }) {
];

return (
<header className="p-4 shadow-lg backdrop-blur-sm z-40">
<header className="p-4 shadow-lg backdrop-blur-sm z-50">
<div className="w-full md:w-5/6 mx-auto flex flex-row md:flex-row justify-between items-center">
{/* Logo */}
<Link to={"/"}>
Expand Down

0 comments on commit 9225903

Please sign in to comment.