From: Dan Brown Date: Sun, 18 Mar 2018 11:46:08 +0000 (+0000) Subject: Prevented markdown editor pushing out toolbar X-Git-Tag: v0.20.1~1^2~19 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d44e0b7964de319916d9891e55d91580b80d0fe7 Prevented markdown editor pushing out toolbar --- diff --git a/resources/assets/sass/_pages.scss b/resources/assets/sass/_pages.scss index 8eb3d2923..3555111d8 100755 --- a/resources/assets/sass/_pages.scss +++ b/resources/assets/sass/_pages.scss @@ -2,6 +2,7 @@ display: flex; flex-direction: column; align-items: stretch; + overflow: hidden; .faded-small { height: auto; }