Skip to content

Commit

Permalink
Merge pull request #10519 from nextcloud/min-height-wrapper
Browse files Browse the repository at this point in the history
Min height 100% on content-wrapper
  • Loading branch information
rullzer authored Aug 3, 2018
2 parents af6f93b + 4918919 commit 755f13e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 755f13e

Please sign in to comment.