Skip to content

Commit

Permalink
Added overflow hidden to the modal container
Browse files Browse the repository at this point in the history
  • Loading branch information
WolverinDEV committed Aug 1, 2020
1 parent 12688ee commit 699db25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shared/js/ui/react-elements/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ html:root {
flex-grow: 0; /* we dont want a grow over the limit set within the content, but we want to shrink the content if necessary */
align-self: center;

overflow: hidden;

display: flex;
flex-direction: column;
justify-content: stretch;
Expand Down

0 comments on commit 699db25

Please sign in to comment.