Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed Header that isn’t overlapped by scrollbar? Reply To: Fixed Header that isn’t overlapped by scrollbar?

#240226
BetoSoft
Participant

Thanks for pointing the solution @Merri. I’ve been looking for this and it works almost perfect…
The only thing is that in mobile browsers you can’t reload a page using scroll up, at least in Chrome… it could be an important feature for some websites :/
I think that ‘html { overflow:hidden; }’ is the culprit.