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.

#72318
sylenix
Member

i managed to use overflow-x: hidden without anymore problem in chrome using css clearfix but the horizontal scrollbar is still visible.

now maybe, this problem is caused by some of your elements using width: 100% against your fixed-width elements. if your page width is smaller than what’s declared for your fixed width elements, it forces the browser to add horizontal scrollbar overriding your css.