1
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
bottom: 0;
|
||||
background-color: #ffffff;
|
||||
padding: 8px 0;
|
||||
;
|
||||
|
||||
.btn {
|
||||
flex: 1;
|
||||
|
||||
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user