FIX: prevents collection header from going under rows
This commit is contained in:
parent
8d9c77e113
commit
a585c19f2e
|
@ -58,6 +58,7 @@
|
|||
.collection-header {
|
||||
max-height: 125px;
|
||||
overflow-y: auto;
|
||||
flex: 1 0 auto;
|
||||
|
||||
.selected-tags {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue