From 4f04f2c8346f9059689d97e2bca078b65ff710f9 Mon Sep 17 00:00:00 2001 From: vinhyan Date: Tue, 29 Oct 2024 19:32:04 -0400 Subject: [PATCH] fix donate option not visible in mobile nav dropdown --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index be7a272c..3894e118 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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); }