Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a simpler
position: fixed
approach to prevent scroll locking
This isn't super ideal, but just preventing the default behavior on the entire document while `touchmove`-ing isn't ideal either because then you can't scroll inside the dialog or on the backdrop if your dialog panel is larger than the viewport. Again, this is not 100% correct, but it is better because you will be able to scroll the dialog, and not the body.
- Loading branch information