Forums

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

Home Forums CSS Prevent body scrolling when the user scrolls on fixed position div Reply To: Prevent body scrolling when the user scrolls on fixed position div

#251038
cljaguar
Participant

wow! thanks!!!
right now i’d like to hide scroll bar “in firefox”, is it possible?
i made this for use it only on small display:
.zacan-scrolling { position:fixed; width:300px; height:100%; overflow:hidden }
.za-icon-list { list-style-type:none; height:100%; overflow:auto; -webkit-overflow-scrolling:touch; margin:0 }
::-webkit-scrollbar { display: none; }