I dislike floating headers / footers on webpages. (Actually, I dislike floating headers / footers in general, but that's another matter.) As such, is there a setting to make the header non-floating? I'm using the dark theme, if that matters.

I generally use inspect element to turn off position:fixed, but that is only a one-time fix.

insomniasexx:

For chrome:

Install stylebot. Open Hubski. Open stylebot.

At the bottom, click "edit css"

Paste the following and click save.

.topmain { position: static; }

waxbolt


posted 3596 days ago