From 428444d1852f3949ece0a9f6b73843f46c4a0fb7 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 4 Nov 2016 19:11:40 -0400 Subject: PLT-4459 Fixed not being able to scroll on mobile after autocomplete is shown (#4464) * Fixed not being able to scroll on mobile after autocomplete is shown * Fixed SuggestionLists not being scrollable on iOS --- webapp/sass/components/_suggestion-list.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/sass/components/_suggestion-list.scss') diff --git a/webapp/sass/components/_suggestion-list.scss b/webapp/sass/components/_suggestion-list.scss index 51f4d2b02..d4cd9ef05 100644 --- a/webapp/sass/components/_suggestion-list.scss +++ b/webapp/sass/components/_suggestion-list.scss @@ -19,6 +19,7 @@ overflow-y: scroll; padding-bottom: 5px; width: 100%; + -webkit-overflow-scrolling: touch; .command { border-bottom: 1px solid $light-gray; -- cgit v1.2.3-1-g7c22