Fix search bar filter dropdown scrollbars

This commit is contained in:
Clement Ho 2017-01-17 13:37:46 -05:00
parent e2f0b83061
commit a5c7097cca
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
.filter-dropdown {
max-height: 215px;
overflow-x: scroll;
overflow: auto;
}
.filter-dropdown-item {
@ -86,7 +86,7 @@
text-align: left;
padding: 8px 16px;
text-overflow: ellipsis;
overflow-y: hidden;
overflow: hidden;
border-radius: 0;
.fa {