Skip to content

Instantly share code, notes, and snippets.

@pietromalerba
Created April 5, 2014 18:39
Show Gist options
  • Save pietromalerba/9996121 to your computer and use it in GitHub Desktop.
Save pietromalerba/9996121 to your computer and use it in GitHub Desktop.
var pageHeight = jQuery(window).height();
var navHeight = pageHeight - 320;
jQuery('#sidebar-a #block-book-navigation').css({max-height: navHeight + 'px; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment