From: Dan Brown Date: Sun, 15 Oct 2017 17:34:37 +0000 (+0100) Subject: Prevented flexbox contains overflowing page X-Git-Tag: v0.18.4~1^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/3bf7cac03086488726c04a5ac01fe387a1f5b894?ds=inline;hp=--cc Prevented flexbox contains overflowing page Fixes #552 --- 3bf7cac03086488726c04a5ac01fe387a1f5b894 diff --git a/resources/assets/sass/_grid.scss b/resources/assets/sass/_grid.scss index b9a6ea53f..0f755e9f0 100644 --- a/resources/assets/sass/_grid.scss +++ b/resources/assets/sass/_grid.scss @@ -19,6 +19,7 @@ body.flexbox { display: flex; align-items: stretch; min-height: 0; + max-width: 100%; position: relative; &.rows { flex-direction: row;