summaryrefslogtreecommitdiffstats
path: root/web/templates/channel.html
diff options
context:
space:
mode:
authorStas Vovk <stas@vovk.me>2015-10-12 21:54:51 +0300
committerStas Vovk <stas@vovk.me>2015-10-12 21:54:51 +0300
commitbafb341015e6a9aaba878bec8126fcc825531015 (patch)
tree1312efa11b3435205d2d31818a0f2ce91269373c /web/templates/channel.html
parentb5a499977ec212139444974255a27f8e66d0befd (diff)
parent246d934e5e557555645a1d26ae005be452ecbd2d (diff)
downloadchat-bafb341015e6a9aaba878bec8126fcc825531015.tar.gz
chat-bafb341015e6a9aaba878bec8126fcc825531015.tar.bz2
chat-bafb341015e6a9aaba878bec8126fcc825531015.zip
Merge remote-tracking branch 'upstream/master' into PLT-589
Diffstat (limited to 'web/templates/channel.html')
-rw-r--r--web/templates/channel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index 2af94e415..13fd80d75 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -54,7 +54,7 @@
<script>
window.setup_channel_page({{ .Props }});
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
- $('.modal-body').css('max-height', $(window).height() * 0.7);
+ $('.modal-body').css('max-height', $(window).height() - 150);
$('.modal-body').perfectScrollbar();
</script>
</body>