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