Reddit: unstick the sticky header
Makes the top navigation bar scroll away with the page, reclaiming the full window height for reading.
Code to copy
/* Stop the top navigation bar from sticking while you scroll */
#main-content reddit-header-large,
header.fixed,
shreddit-app > .sticky {
position: static !important;
}
shreddit-app { --header-height: 0px !important; }
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.