Min height 100% on content-wrapper
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
01298cfa72
commit
49189190b9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue