Clarify focusing behavior of scrollable areawhatwg/html#2851 https://www.chromestatus.com/feature/5231964663578624 Scroll containersfocus-trap/tabbable#167 false-positive. On Safari macOS buttons aren't tabbable. With the current approach on YouTube's modals, the code focuses thexicon button when it...
I've been stucked on this issue for days, I don't want to use a library to address it. Input fields in modal make the background scrolled when the input is focused. It seems like nobody has a clear solution to address that one. ...
<Dialog title={title} actions={actions} open={open} modal={true} autoScrollBodyContent={true}> Hard to have a better image but when I scroll up or down, the scrollbar does not show up. It would be nice to have one so the user would not the section is actually scrollable when tapp...
How can I make the Dialog scrollable in v1. I have a modal with a list in it, and the list goes off the page. I would like the ability to scroll down. I would like the scrollbar to be on the main browser window, rather than on the modal itself. Link to minimal working code t...