From: shubhamosmosys Date: Thu, 17 Dec 2020 14:17:15 +0000 (+0530) Subject: Fix issue with viewing export dropdown list X-Git-Tag: v0.31.0~3^2~9^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/d7e0d3e2d6c66891f3466a47578185819dcaa863 Fix issue with viewing export dropdown list There is issue with viewing all the export list --- diff --git a/resources/sass/_layout.scss b/resources/sass/_layout.scss index c4e412f0e..be86d0498 100644 --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@ -282,6 +282,9 @@ body.flexbox { max-width: 940px; margin: 0 auto; } + .tri-layout-right-contents { + height: 1000px; + } } @include smaller-than($l) { @@ -350,4 +353,4 @@ body.flexbox { margin-inline-start: 0; margin-inline-end: 0; } -} \ No newline at end of file +}