Skip to content

Instantly share code, notes, and snippets.

@mousemckill
Created February 5, 2018 13:52
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 mousemckill/9176b731beaa504865725300691a1a80 to your computer and use it in GitHub Desktop.
Save mousemckill/9176b731beaa504865725300691a1a80 to your computer and use it in GitHub Desktop.
(function(){
function resizeNav() {
$(".filter-navbar").css("padding-top", $(".navbar-fixed-top").height() - 30);
}
window.addEventListener("resize", function() { resizeNav(); }, false);
resizeNav();
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment