diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-21 15:18:41 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-10-24 09:57:01 -0500 |
commit | ef56ceb40be13500af2cf727735ab24b87a753d6 (patch) | |
tree | 1919133835876caa7deb2862729aca6786ad5b82 | |
parent | 6525671965dd7d3e47420853b6e5756336e65c97 (diff) | |
download | gitlab-ce-ef56ceb40be13500af2cf727735ab24b87a753d6.tar.gz |
Change overflow scroll to auto23467-dropdown-overflow
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 2 |
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 { |