FIX: prevents collection header from going under rows

This commit is contained in:
Joffrey JAFFEUX 2018-05-28 15:47:07 +02:00 committed by GitHub
parent 8d9c77e113
commit a585c19f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
.collection-header {
max-height: 125px;
overflow-y: auto;
flex: 1 0 auto;
.selected-tags {
display: flex;