Prevented flexbox contains overflowing page

Fixes #552
This commit is contained in:
Dan Brown 2017-10-15 18:34:37 +01:00
parent 79c3a07e9a
commit 3bf7cac030
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -19,6 +19,7 @@ body.flexbox {
display: flex;
align-items: stretch;
min-height: 0;
max-width: 100%;
position: relative;
&.rows {
flex-direction: row;