summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-09 20:05:11 +0500
committerGeorge Goldberg <george@gberg.me>2017-03-09 15:05:11 +0000
commit6ff46f30509819d518799561f66358dcd1ec4230 (patch)
tree15c2d352c0275bf82b98f2c0e5179317180ff080 /webapp/components
parentcbead2d973fb70bf4dc644dd6a8b8c34b49ff6aa (diff)
downloadchat-6ff46f30509819d518799561f66358dcd1ec4230.tar.gz
chat-6ff46f30509819d518799561f66358dcd1ec4230.tar.bz2
chat-6ff46f30509819d518799561f66358dcd1ec4230.zip
Multiple bug fixes (#5699)
* Multiple bug fixes * Fixing modal on mobile
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/access_history_modal.jsx1
-rw-r--r--webapp/components/activity_log_modal.jsx1
2 files changed, 2 insertions, 0 deletions
diff --git a/webapp/components/access_history_modal.jsx b/webapp/components/access_history_modal.jsx
index 28a2b6b8f..4e1e69e3e 100644
--- a/webapp/components/access_history_modal.jsx
+++ b/webapp/components/access_history_modal.jsx
@@ -79,6 +79,7 @@ export default class AccessHistoryModal extends React.Component {
return (
<Modal
+ dialogClassName='modal--scroll'
show={this.state.show}
onHide={this.onHide}
onExited={this.props.onHide}
diff --git a/webapp/components/activity_log_modal.jsx b/webapp/components/activity_log_modal.jsx
index cd369f742..aeebb56ae 100644
--- a/webapp/components/activity_log_modal.jsx
+++ b/webapp/components/activity_log_modal.jsx
@@ -275,6 +275,7 @@ export default class ActivityLogModal extends React.Component {
return (
<Modal
+ dialogClassName='modal--scroll'
show={this.state.show}
onHide={this.onHide}
onExited={this.props.onHide}