summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss
index 2d43ab3f76c..029301c326f 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 {