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
February 6, 2017 at 5:52 am
#251038
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; }