summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/suggestion_list.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-09 23:09:35 +0500
committerCorey Hulen <corey@hulen.com>2016-06-09 11:09:35 -0700
commitf1eefd99e6e40621ace005afcb1c08c6a69a744e (patch)
tree662e87be9abb5a6af84b04b04f5b8ae60de1508e /webapp/components/suggestion/suggestion_list.jsx
parentd52bd0f6dc446373da56585ff91a1c02d4dd7d00 (diff)
downloadchat-f1eefd99e6e40621ace005afcb1c08c6a69a744e.tar.gz
chat-f1eefd99e6e40621ace005afcb1c08c6a69a744e.tar.bz2
chat-f1eefd99e6e40621ace005afcb1c08c6a69a744e.zip
PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279)
Diffstat (limited to 'webapp/components/suggestion/suggestion_list.jsx')
-rw-r--r--webapp/components/suggestion/suggestion_list.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/suggestion/suggestion_list.jsx b/webapp/components/suggestion/suggestion_list.jsx
index 134e7a8d4..f1cccf8aa 100644
--- a/webapp/components/suggestion/suggestion_list.jsx
+++ b/webapp/components/suggestion/suggestion_list.jsx
@@ -51,6 +51,7 @@ export default class SuggestionList extends React.Component {
}
getContent() {
+ $('body').addClass('modal-open');
return $(ReactDOM.findDOMNode(this.refs.content));
}