Merge pull request #2709 from muffinresearch/fix-2707

Allow full-height for facet drop-downs
This commit is contained in:
Stuart Colville 2016-05-19 17:36:38 +01:00
Родитель 47dce11c4d 2e3c9ae405
Коммит b85572bb5d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2347,6 +2347,7 @@ body.windows .install-shell .platform.mac {
}
#search-facets .facets .facet > ul {
max-height: 100%;
overflow-y: visible;
}