summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-06-07 06:59:46 -0500
committerMike Greiling <mike@pixelcog.com>2017-06-07 06:59:46 -0500
commitf15ea42398371613f348429be3a3999aebc7da3a (patch)
treebcff1ab0023d5d758458d3ebc66b50f5f26c179c
parentd27db3eaede283f1061d4ad433e6d92680343e72 (diff)
downloadgitlab-ce-backport-ee-fix-settings-scss.tar.gz
set overflow:visible to prevent dropdowns from getting cut offbackport-ee-fix-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;
}