Skip to content

Commit

Permalink
fix donate option not visible in mobile nav dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhyan committed Oct 29, 2024
1 parent 0da3b21 commit 4f04f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
-webkit-transform: translateZ(0);
}
.mobileIconLinkNav {
@apply px-0 text-base max-h-52 overflow-hidden fixed w-full z-50 shadow-2xl rounded-md border-1 border-gray-200 bg-gray-0;
@apply px-0 text-base max-h-64 overflow-hidden fixed w-full z-50 shadow-2xl rounded-md border-1 border-gray-200 bg-gray-0;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}
Expand Down

0 comments on commit 4f04f2c

Please sign in to comment.