Merge pull request #108 from AndreyCurious/opensignlabs/FixPopuplayout

Fix the popup layout for "Add contact"
This commit is contained in:
Amol
2023-11-01 15:17:24 +05:30
committed by GitHub
@@ -656,7 +656,8 @@ const MultiSelectField = (props) => {
right: 0,
bottom: 0,
backgroundColor: "rgba(255, 255, 255, 0.75)",
zIndex: 50
zIndex: 50,
maxHeight: 450
}
}}
>