summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-22 21:10:00 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-22 21:10:00 +0500
commit78666f04d02c9da27bc94cced69f1ce6d5121689 (patch)
tree8589e75b703b2dd5f4f59f9a4a9a76d1d8a13cec /web/react
parentfe0291a025eb8abf0b77e21d60cc3eaa9115de00 (diff)
downloadchat-78666f04d02c9da27bc94cced69f1ce6d5121689.tar.gz
chat-78666f04d02c9da27bc94cced69f1ce6d5121689.tar.bz2
chat-78666f04d02c9da27bc94cced69f1ce6d5121689.zip
Adjusting scroll in RHS to not show whitespace
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/post_right.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index 7315266e6..3a5be4e08 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -351,6 +351,7 @@ module.exports = React.createClass({
$(".post-right__scroll").css("height", height + "px");
$(".post-right__scroll").scrollTop(100000);
$(".post-right__scroll").perfectScrollbar();
+ $(".post-right__scroll").perfectScrollbar('update');
},
render: function() {