summaryrefslogtreecommitdiffstats
path: root/web/react/components/activity_log_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
commit1d67f26664f8cf98f52433ef8b081b6fb485eadb (patch)
tree04ae12ae8b1d75720f22c9d381985cd8cbe51651 /web/react/components/activity_log_modal.jsx
parent622fbc67402fe36bc01163a5a80643a15758e094 (diff)
parent38a0c5dd761fed5d82b26614447d238628bee6e1 (diff)
downloadchat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.gz
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.bz2
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.zip
Merge pull request #1617 from asaadmahmoodspin/ui-improvements
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();
}