From 49189190b916175675895a94ded36ff93e2c7083 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 3 Aug 2018 12:02:23 +0200 Subject: Min height 100% on content-wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/apps.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/css/apps.scss') diff --git a/core/css/apps.scss b/core/css/apps.scss index 4d1df825e69..d3abf42a93d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -614,6 +614,9 @@ kbd { display: flex; position: relative; align-items: stretch; + /* make sure we have at least full height for loaders or such + no need for list/details since we have a flex stretch */ + min-height: 100%; /* CONTENT DETAILS AFTER LIST*/ .app-content-details { -- cgit v1.2.3