Skip to content

Commit

Permalink
Merge pull request #985 from vinhyan/vinhyan/976-fix-donate-option-no…
Browse files Browse the repository at this point in the history
…t-visible-in-dropdown-mobile

fix donate option not visible in mobile nav dropdown
  • Loading branch information
bacitracin authored Oct 31, 2024
2 parents ad413d4 + 4f04f2c commit 6133dc6
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 6133dc6

Please sign in to comment.