Multiple UI Improvements

This commit is contained in:
Asaad Mahmood
2015-10-15 22:54:15 +05:00
parent f09685a373
commit 95aaa0a080
22 changed files with 112 additions and 82 deletions

View File

@@ -54,7 +54,7 @@
<script>
window.setup_channel_page({{ .Props }});
$('body').tooltip( {selector: '[data-toggle=tooltip]'} );
$('.modal-body').css('max-height', $(window).height() - 150);
$('.modal-body').css('max-height', $(window).height() - 200);
$('.modal-body').perfectScrollbar();
</script>
</body>