1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

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

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;