If search result is longer the window is high, make it scrollable.

This commit is contained in:
Martin Edenhofer 2014-08-27 16:49:15 +02:00
parent e441476ee5
commit b1f3ceae7c

View file

@ -1838,6 +1838,7 @@ footer {
top: 56px; top: 56px;
z-index: 1002; z-index: 1002;
display: none; display: none;
overflow: scroll;
} }
.search.open .custom-dropdown-menu { .search.open .custom-dropdown-menu {