Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-17 01:07:42 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-17 01:07:42 +0300
commitcf95fef198e72fad13297e614a96d9a74bd30b77 (patch)
tree4c4bae39ed1473b4e7fe607a9bf8a39bfebf8cf1 /app/assets/stylesheets/framework/dropdowns.scss
parentf17d7a4beef61d0156865f1a9070fb53c8f05c99 (diff)
Restore custom height for projects dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-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 1d2303a3a2b..4c6b32630e1 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -30,7 +30,7 @@
@include set-visible;
min-height: $dropdown-min-height;
max-height: $dropdown-max-height;
- overflow: auto;
+ overflow-y: auto;
@media (max-width: $screen-xs-max) {
width: 100%;