Skip to content

Instantly share code, notes, and snippets.

@alecmerdler
Created June 5, 2019 14:50
Show Gist options
  • Save alecmerdler/165c8cd6f447a53f31a9c7bbd763865d to your computer and use it in GitHub Desktop.
Save alecmerdler/165c8cd6f447a53f31a9c7bbd763865d to your computer and use it in GitHub Desktop.
Reclaim the screen space!
document.querySelector('header').remove();
document.querySelector('.pf-c-page__sidebar').style.position = 'unset';
document.querySelector('.pf-c-page__main').style.top = '0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment