css - chrome scroll bar overflow:hidden not working, appears only on mouseover -
i've found , attempted several different solutions chrome scroll bar issue have been posted on here , elsewhere on web. seems everyone's solution different thought i'd post problem too.
the #mainheader on left side of page @ http://www.billyjacksdesign.com/design-work
using inspect element found scroller , added hidden
property.
#scroller { padding-bottom: 0px; overflow: hidden !important; }
still doesn't work. tried find other instances of overflow
, made sure hidden. i've been trying scrolling="no"
has not been working anywhere, i'm not sure how use particular property. i'm happy post more code snippets i'm not sure ones help.
any ideas? in advance.
edit
here's video https://www.youtube.com/watch?v=zaic4kbkpec of issue happens.
Comments
Post a Comment