Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dialog): Use 100vw for dialog max-width calculation. (#4766)
Use 100vw as it doesn't have the same browser incompatibilities that 100vh does (see PR #4746 for context). 100% width on the other hand breaks on mobile/Safari.
- Loading branch information