We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf86c5 commit c2bae09Copy full SHA for c2bae09
src/components/FocusTrap/FocusTrapForModal/index.web.tsx
@@ -11,6 +11,7 @@ function FocusTrapForModal({children, active}: FocusTrapForModalProps) {
11
trapStack: sharedTrapStack,
12
allowOutsideClick: true,
13
initialFocus: false,
14
+ fallbackFocus: document.body,
15
}}
16
>
17
{children}
0 commit comments