fix: modal focus scroll bug (#738)
This commit is contained in:
parent
055df9d28c
commit
8b219cdb73
2 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,8 @@ const { activate } = useFocusTrap(elDialogRoot, {
|
|||
allowOutsideClick: true,
|
||||
clickOutsideDeactivates: true,
|
||||
escapeDeactivates: true,
|
||||
preventScroll: true,
|
||||
returnFocusOnDeactivate: true,
|
||||
})
|
||||
|
||||
defineExpose({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue