From 0894be79810c344fa79810becde5c711c5771dce Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Mon, 6 Jun 2022 15:21:06 +0100 Subject: [PATCH] handle page overflow --- nym-wallet/src/layouts/AppLayout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nym-wallet/src/layouts/AppLayout.tsx b/nym-wallet/src/layouts/AppLayout.tsx index a4e2dba7cd..92a358a0a3 100644 --- a/nym-wallet/src/layouts/AppLayout.tsx +++ b/nym-wallet/src/layouts/AppLayout.tsx @@ -44,7 +44,9 @@ export const ApplicationLayout: React.FC = ({ children }) => { - {children} + `calc(100% - ${theme.spacing(10)})` }}> + {children} +