Skip to content

Instantly share code, notes, and snippets.

@joncotton
Last active October 5, 2015 23:07
Show Gist options
  • Select an option

  • Save joncotton/2892537 to your computer and use it in GitHub Desktop.

Select an option

Save joncotton/2892537 to your computer and use it in GitHub Desktop.
Remove the scrolling mini-header from new TBC site
javascript:(function(){html=document.getElementsByTagName('html')[0];html.classList.add('is-tablet');document.getElementsByClassName('family-branding')[0].style.position='absolute';})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment