1
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
|
;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ const FilterPopup = (props: FilterPopupProps) => {
|
|||||||
round
|
round
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '70vh' }}
|
style={{ marginTop: statusNavbarHeigh + "px", maxHeight: '75vh' }}
|
||||||
overlayStyle={{ marginTop: statusNavbarHeigh + "px" }}
|
overlayStyle={{ marginTop: statusNavbarHeigh + "px" }}
|
||||||
zIndex={1200}
|
zIndex={1200}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user