Created
June 5, 2019 14:50
-
-
Save alecmerdler/165c8cd6f447a53f31a9c7bbd763865d to your computer and use it in GitHub Desktop.
Reclaim the screen space!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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