Skip to content
Snippets Groups Projects
Commit 270dc226 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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

Fix search bar filter dropdown scrollbars

Closes #26777

See merge request !8615
parents 154ac0c4 a5c7097c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,7 +76,7 @@
 
.filter-dropdown {
max-height: 215px;
overflow-x: scroll;
overflow: auto;
}
 
.filter-dropdown-item {
Loading
Loading
@@ -86,7 +86,7 @@
text-align: left;
padding: 8px 16px;
text-overflow: ellipsis;
overflow-y: hidden;
overflow: hidden;
border-radius: 0;
 
.fa {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment