Merge pull request #2709 from muffinresearch/fix-2707
Allow full-height for facet drop-downs
This commit is contained in:
Коммит
b85572bb5d
|
@ -2347,6 +2347,7 @@ body.windows .install-shell .platform.mac {
|
|||
}
|
||||
|
||||
#search-facets .facets .facet > ul {
|
||||
max-height: 100%;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче