summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-18 22:02:17 +0000
committerJames Lopez <james@jameslopez.es>2017-01-19 11:03:27 +0100
commit1f4665484e9bc6cfa235db1186523f60f6e2c700 (patch)
treef4c86c29169bcf2716dda3da550cc98d84026a71 /app
parent72d98ac3c57b8e8e4a68cd50d2d0c0b2c7b85774 (diff)
downloadgitlab-ce-1f4665484e9bc6cfa235db1186523f60f6e2c700.tar.gz
Merge branch '26777-scrollbar-in-searchbar-autocomplete-dropdown' into 'master'
Fix search bar filter dropdown scrollbars Closes #26777 See merge request !8615
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index fee38b05023..d957ec64654 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -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 {