diff --git a/src/components/FilterPopup/index.module.scss b/src/components/FilterPopup/index.module.scss index 9305f21..8fd5fa5 100644 --- a/src/components/FilterPopup/index.module.scss +++ b/src/components/FilterPopup/index.module.scss @@ -17,6 +17,7 @@ bottom: 0; background-color: #ffffff; padding: 8px 0; + ; .btn { flex: 1; diff --git a/src/components/FilterPopup/index.tsx b/src/components/FilterPopup/index.tsx index 025bdca..8057ad1 100644 --- a/src/components/FilterPopup/index.tsx +++ b/src/components/FilterPopup/index.tsx @@ -109,7 +109,7 @@ const FilterPopup = (props: FilterPopupProps) => { round visible={visible} onClose={onClose} - style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '70vh' }} + style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '75vh' }} overlayStyle={{ marginTop: statusNavbarHeigh + "px" }} zIndex={1200} >