Skip to content

Commit

Permalink
fix: bridge ui styling issue (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
VGau committed Sep 18, 2024
1 parent ff75ddc commit 43612d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge-ui/src/components/layouts/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type MobileMenuProps = {

export default function MobileMenu({ toggleMenu }: MobileMenuProps) {
return (
<div className="fixed inset-0 z-50 flex flex-col bg-[#121212] px-8 py-4 md:hidden">
<div className="fixed inset-0 z-[200] flex flex-col bg-[#121212] px-8 py-4 md:hidden">
<div className="flex items-center justify-between">
<Image
src={"/images/logo/linea.svg"}
Expand Down

0 comments on commit 43612d5

Please sign in to comment.