Added overflow hidden to the modal container
This commit is contained in:
parent
01036291bc
commit
3fe530a55d
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
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;
|
align-self: center;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue