summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/suggestion_list.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-11-04 19:11:40 -0400
committerGitHub <noreply@github.com>2016-11-04 19:11:40 -0400
commit428444d1852f3949ece0a9f6b73843f46c4a0fb7 (patch)
tree0bfa55e9e74bbf32849954ced5b263f1035d2799 /webapp/components/suggestion/suggestion_list.jsx
parent18745b2d5c1899bc279696548cb3ebecf7c6b90f (diff)
downloadchat-428444d1852f3949ece0a9f6b73843f46c4a0fb7.tar.gz
chat-428444d1852f3949ece0a9f6b73843f46c4a0fb7.tar.bz2
chat-428444d1852f3949ece0a9f6b73843f46c4a0fb7.zip
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
Diffstat (limited to 'webapp/components/suggestion/suggestion_list.jsx')
-rw-r--r--webapp/components/suggestion/suggestion_list.jsx1
1 files changed, 0 insertions, 1 deletions
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));
}