Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit the height of the "view in context" container
The `EuiModal` has a max-height setting. In chrome, content with a bigger height got clipped instead of forced to this max-height. To ensure this never happens, we also limit the height of the content to the same `max-height` of the modal.
- Loading branch information