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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -