mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user