From: Dan Brown Date: Sat, 2 Jan 2021 15:36:35 +0000 (+0000) Subject: Merge pull request #2416 from shubhamosmosys/master X-Git-Tag: v0.31.0~3^2~9 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/e6ea53b3e68932deb2a38359af8cbc34d10735b0?hp=-c Merge pull request #2416 from shubhamosmosys/master Fix issue with viewing export dropdown list --- e6ea53b3e68932deb2a38359af8cbc34d10735b0 diff --combined resources/sass/_layout.scss index a6a74afed,e163f06d8..4873ff2da --- a/resources/sass/_layout.scss +++ b/resources/sass/_layout.scss @@@ -153,9 -153,6 +153,9 @@@ body.flexbox .justify-center { justify-content: center; } +.items-center { + align-items: center; +} /** @@@ -178,10 -175,6 +178,10 @@@ display: none !important; } +.fill-height { + height: 100%; +} + .float { float: left; &.right { @@@ -279,6 -272,7 +279,7 @@@ min-height: 50vh; overflow-y: scroll; overflow-x: hidden; + height: 100%; scrollbar-width: none; -ms-overflow-style: none; &::-webkit-scrollbar { @@@ -357,4 -351,4 +358,4 @@@ margin-inline-start: 0; margin-inline-end: 0; } - } + }