From ef56ceb40be13500af2cf727735ab24b87a753d6 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 21 Oct 2016 15:18:41 -0500 Subject: Change overflow scroll to auto --- app/assets/stylesheets/framework/dropdowns.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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 { -- cgit v1.2.1