Skip to content

Commit

Permalink
Merge pull request #254 from SureshPradhana/252-fix-search-bar-z-index
Browse files Browse the repository at this point in the history
fix: z-index Header
  • Loading branch information
devvsakib authored Aug 9, 2024
2 parents 7ce8120 + 9225903 commit 385cf2d
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 385cf2d

Please sign in to comment.