Merge pull request #10519 from nextcloud/min-height-wrapper

Min height 100% on content-wrapper
This commit is contained in:
Roeland Jago Douma 2018-08-03 14:05:28 +02:00 committed by GitHub
commit 755f13ee9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 {