The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Scrolling for a fixed element › Re: Scrolling for a fixed element
Hello ChrisP,
This is a simple fix with overflows :D
#headerNav{ position: absolute; overflow-y: scroll; overflow-x: hidden; }
Hope that helps ^^