html - issue with scroll -


i had issue scroll in image:

enter image description here

the issue want vertical scroll appear , not horizontal scroll. had used overflow:scroll attribute while coding. same in firefox , ie or there other way that?

just use overflow-x: hidden; overflow-y: scroll; or overflow: auto; instead of overflow: scroll;.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -