Forums

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

Home Forums CSS Fixed navigation, dissapearing on scroll. Re: Fixed navigation, dissapearing on scroll.

#74965
sylenix
Member

in your css file, replace

html	 { overflow-x: hidden; }

with:

html	 { overflow-x: scroll; }