Merge branch '26777-scrollbar-in-searchbar-autocomplete-dropdown' into 'master'

Fix search bar filter dropdown scrollbars

Closes #26777

See merge request !8615
This commit is contained in:
Annabel Dunstone Gray 2017-01-18 22:02:17 +00:00
commit 270dc22658
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 {