Chad Johnson

Results 12 comments of Chad Johnson

Same happens to me when I use `overflow-x: auto`.

It definitely would be useful to have a way to disable the focus trap. Maybe something simple like this: ``` focusTrapOptions={{ active: false }} ``` or ``` focusTrapActive={false} ``` One...