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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -