fix: Add Contact form buttons cut off on mobile web (fixes #13081) (#13099)

This commit is contained in:
Lavesh Patil
2025-12-18 05:34:35 +05:30
committed by GitHub
parent 7314c279ee
commit d747b95f6e

View File

@@ -40,7 +40,12 @@ defineExpose({ dialogRef, contactsFormRef, onSuccess });
</script>
<template>
<Dialog ref="dialogRef" width="3xl" @confirm="handleDialogConfirm">
<Dialog
ref="dialogRef"
width="3xl"
overflow-y-auto
@confirm="handleDialogConfirm"
>
<ContactsForm
ref="contactsFormRef"
is-new-contact