html - issue with scroll -
i had issue scroll in image:
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
Post a Comment