summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-21 15:18:41 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-24 09:57:01 -0500
commitef56ceb40be13500af2cf727735ab24b87a753d6 (patch)
tree1919133835876caa7deb2862729aca6786ad5b82
parent6525671965dd7d3e47420853b6e5756336e65c97 (diff)
downloadgitlab-ce-23467-dropdown-overflow.tar.gz
Change overflow scroll to auto23467-dropdown-overflow
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index a839371a6f2..224bc58f7a7 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -402,7 +402,7 @@
.dropdown-content {
max-height: 215px;
- overflow-y: scroll;
+ overflow-y: auto;
}
.dropdown-footer {