From 0598baaefd306e75b5153741f9c008abdb25f8dd Mon Sep 17 00:00:00 2001 From: mvaivre Date: Sat, 2 Nov 2024 11:31:47 +0100 Subject: [PATCH] Fix BottomModalBase inner container --- apps/mobile-wallet/src/features/modals/BottomModalBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile-wallet/src/features/modals/BottomModalBase.tsx b/apps/mobile-wallet/src/features/modals/BottomModalBase.tsx index 1d8677eb2..ff88090f7 100644 --- a/apps/mobile-wallet/src/features/modals/BottomModalBase.tsx +++ b/apps/mobile-wallet/src/features/modals/BottomModalBase.tsx @@ -59,7 +59,7 @@ const BottomModalBase = ({ - + {!isContentScrollable && children}