Skip to content

Instantly share code, notes, and snippets.

@cfg
Created September 13, 2016 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfg/a3082502a72f773a66aa467771039070 to your computer and use it in GitHub Desktop.
Save cfg/a3082502a72f773a66aa467771039070 to your computer and use it in GitHub Desktop.
Make a StormChat print friendly
jQuery('#bottom-bar').remove();
jQuery('#contact-list').remove();
jQuery('html').css('overflow', 'auto');
jQuery('#chat-room').css({ 'height': 'auto', 'width': '100%', 'overflow-y': 'auto' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment