diff --git a/apps/passport-client/new-components/shared/Modals/PodsCollectionBottomModal.tsx b/apps/passport-client/new-components/shared/Modals/PodsCollectionBottomModal.tsx index c70e7eac03..bd17ad554b 100644 --- a/apps/passport-client/new-components/shared/Modals/PodsCollectionBottomModal.tsx +++ b/apps/passport-client/new-components/shared/Modals/PodsCollectionBottomModal.tsx @@ -411,7 +411,7 @@ const Container = styled.div<{ isLandscape: boolean }>` flex-direction: column; // 50px comes from 24px padding we have on the bottom modal max-height: calc( - 100vh - ${({ isLandscape }): number => (isLandscape ? 50 : 120)}px + 100vh - ${({ isLandscape }): number => (isLandscape ? 80 : 150)}px ); `; const ContainerWithPadding = styled.div`