[Search] Relative positioning

Search results list now displays below the
filter options display dynamically.
This commit is contained in:
slhale
2015-08-13 16:40:51 -07:00
parent 371b690072
commit 2ca7a175bd
2 changed files with 25 additions and 16 deletions

View File

@@ -247,6 +247,12 @@
overflow-y: auto;
padding-right: $rightPadding;
top: auto;
bottom: auto;
height: 90%;
// It overflows the bottom when active-display-filter
// if height is set to 100%
.results {
.search-result-item {