From f15ea42398371613f348429be3a3999aebc7da3a Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Wed, 7 Jun 2017 06:59:46 -0500 Subject: set overflow:visible to prevent dropdowns from getting cut off --- app/assets/stylesheets/pages/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/settings.scss') 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; } -- cgit v1.2.3