开发者

issue with scroll

开发者 https://www.devze.com 2023-02-11 18:17 出处:网络
I had an issue with this scroll as in this image: The issue is that I want only the开发者_如何转开发 vertical scroll to appear and not the horizontal scroll. I had used overflow:scroll attribute wh

I had an issue with this scroll as in this image:

issue with scroll

The issue is that I want only the开发者_如何转开发 vertical scroll to appear and not the horizontal scroll. I had used overflow:scroll attribute while coding. Will it look the same in Firefox and IE or is there any other way to do that?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号