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:
authorMike Greiling <mike@pixelcog.com>2017-06-07 14:59:46 +0300
committerMike Greiling <mike@pixelcog.com>2017-06-07 14:59:46 +0300
commitf15ea42398371613f348429be3a3999aebc7da3a (patch)
treebcff1ab0023d5d758458d3ebc66b50f5f26c179c /app/assets/stylesheets/pages/settings.scss
parentd27db3eaede283f1061d4ad433e6d92680343e72 (diff)
set overflow:visible to prevent dropdowns from getting cut off
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
index 6c2686a03d9..33b3c083fd2 100644
--- a/app/assets/stylesheets/pages/settings.scss
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -56,7 +56,7 @@
&.expanded {
max-height: none;
- overflow-y: hidden;
+ overflow-y: visible;
animation: expandMaxHeight 300ms ease-in;
}