summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-11 09:59:32 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-11 09:59:32 -0700
commit714f47e015adf4a455d29cbddfb5f58f84d9973e (patch)
treeedc51236ee974d70d7e63b3c107408f2eb79e032 /web/templates
parente5e88d16049f4527eaab6b066c731fbe4247b574 (diff)
parent471e7839966ad013ac9c61ec37d7ecdd352e87dd (diff)
downloadchat-714f47e015adf4a455d29cbddfb5f58f84d9973e.tar.gz
chat-714f47e015adf4a455d29cbddfb5f58f84d9973e.tar.bz2
chat-714f47e015adf4a455d29cbddfb5f58f84d9973e.zip
Merge branch 'master' into PLT-12
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/channel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/channel.html b/web/templates/channel.html
index 9bfd1fa35..a732a25ce 100644
--- a/web/templates/channel.html
+++ b/web/templates/channel.html
@@ -52,6 +52,7 @@
<script>
window.setup_channel_page('{{ .Props.TeamDisplayName }}', '{{ .Props.TeamType }}', '{{ .Props.TeamId }}', '{{ .Props.ChannelName }}', '{{ .Props.ChannelId }}');
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
+ $('.modal-body').css('max-height', $(window).height() * 0.7);
$('.modal-body').perfectScrollbar();
</script>
</body>