Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure focus does not scroll the modal
In IOS we found that the focus of an element would scroll the page so such element is brought into view. In our case we have a grid of several views (iframes) and whenever a modal would appear on one of those views then the whole app would scroll to show the cell were the modal appeared, which is undesireable. This PR fixes that.
- Loading branch information