Skip to content

Instantly share code, notes, and snippets.

@johanoloflindberg
Forked from itod/instapaper_userstyle.css
Created November 21, 2016 03:14
Show Gist options
  • Save johanoloflindberg/128c08818db948fabace0e97dfebf56b to your computer and use it in GitHub Desktop.
Save johanoloflindberg/128c08818db948fabace0e97dfebf56b to your computer and use it in GitHub Desktop.
Kill Fixed Position header in Instapaper
// Starting with: https://www.instapaper.com/read/
#controlbar_container {
position:static !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment