Hacker News new | ask | show | jobs
by grannyg00se 4834 days ago
Just a heads up: The navigation bar at the top of the browser takes up 1/3 of my screen. (Blackberry 9900)
1 comments

I lost a significant vertical chunk of my MBA 11" as well, and reclaimed it with

  .fixed { position: relative; }
  body { padding-top: 0; }
in Stylebot. I'm seeking some CSS which disables position: fixed banners globally.