Added overflow hidden to the modal container

canary
WolverinDEV 2020-08-01 15:32:03 +02:00
parent 01036291bc
commit 3fe530a55d
1 changed files with 2 additions and 0 deletions

View File

@ -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;