summaryrefslogtreecommitdiffstats
path: root/web/react/components/activity_log_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-04 13:21:40 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-04 19:19:21 +0500
commit62ee998714bbb2bcd5759ff71ed4818c62b43806 (patch)
treee0fdd4be98c5274ce47ea8ae8f9886b5150f8d30 /web/react/components/activity_log_modal.jsx
parent622fbc67402fe36bc01163a5a80643a15758e094 (diff)
downloadchat-62ee998714bbb2bcd5759ff71ed4818c62b43806.tar.gz
chat-62ee998714bbb2bcd5759ff71ed4818c62b43806.tar.bz2
chat-62ee998714bbb2bcd5759ff71ed4818c62b43806.zip
Multiple UI Improvements
Diffstat (limited to 'web/react/components/activity_log_modal.jsx')
-rw-r--r--web/react/components/activity_log_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx
index 869d648d2..200f4d724 100644
--- a/web/react/components/activity_log_modal.jsx
+++ b/web/react/components/activity_log_modal.jsx
@@ -51,7 +51,7 @@ export default class ActivityLogModal extends React.Component {
onShow() {
AsyncClient.getSessions();
- $(ReactDOM.findDOMNode(this.refs.modalBody)).css('max-height', $(window).height() - 300);
+ $(ReactDOM.findDOMNode(this.refs.modalBody)).css('max-height', $(window).height() - 50);
if ($(window).width() > 768) {
$(ReactDOM.findDOMNode(this.refs.modalBody)).perfectScrollbar();
}