]> BookStack Code Mirror - bookstack/commitdiff
Prevented flexbox contains overflowing page
authorDan Brown <redacted>
Sun, 15 Oct 2017 17:34:37 +0000 (18:34 +0100)
committerDan Brown <redacted>
Sun, 15 Oct 2017 17:34:37 +0000 (18:34 +0100)
Fixes #552

resources/assets/sass/_grid.scss

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