We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08b51 commit d72b376Copy full SHA for d72b376
src/framework/modules/mails/components/fields/contact/component.tsx
@@ -265,7 +265,7 @@ export const MailsContactField = (props: MailsContactFieldProps) => {
265
};
266
267
const heightResults = React.useMemo(() => {
268
- return filteredUsers.length * HEIGHT_RECIPIENT_CONTAINER + HEIGHT_HEADER_RESULTS + UI_SIZES.spacing.small * 2 + 100;
+ return filteredUsers.length * HEIGHT_RECIPIENT_CONTAINER + HEIGHT_HEADER_RESULTS + UI_SIZES.spacing.small * 2 + 170;
269
}, [filteredUsers]);
270
271
return (
0 commit comments