Skip to content

Commit

Permalink
fix: Fixed z-index of banner (#100)
Browse files Browse the repository at this point in the history
Signed-off-by: Hrishav <[email protected]>
  • Loading branch information
hrishavjha committed May 15, 2024
1 parent b4576c7 commit 0e023cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/TopNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ const TopNavbar = () => {
""
)}
</div>
<div className="sticky top-[70px] z-40 py-4 px-2 bg-[#979cd9]">
<div className="sticky top-[70px] z-30 py-4 px-2 bg-[#979cd9]">
<Container className="flex items-center justify-center">
<p className="text-white font-semibold text-xs md:text-sm text-center">
LitmusChaosCon 2024 on September 12th!{" "}
Expand Down

0 comments on commit 0e023cb

Please sign in to comment.