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/components/suggestion/suggestion_list.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/components/suggestion/suggestion_list.jsx') diff --git a/webapp/components/suggestion/suggestion_list.jsx b/webapp/components/suggestion/suggestion_list.jsx index 65311a582..0c2dbf784 100644 --- a/webapp/components/suggestion/suggestion_list.jsx +++ b/webapp/components/suggestion/suggestion_list.jsx @@ -52,7 +52,6 @@ export default class SuggestionList extends React.Component { } getContent() { - $('body').addClass('modal-open'); return $(ReactDOM.findDOMNode(this.refs.content)); } -- cgit v1.2.3-1-g7c22