开发者

Is there any valid way to show dummy scroll bar in firefox?

开发者 https://www.devze.com 2023-01-01 20:28 出处:网络
Is there any 开发者_运维问答valid way to show dummy scroll bar in firefox?If you just want scrollbars to test the look of having a bar, try setting the overflow property:

Is there any 开发者_运维问答valid way to show dummy scroll bar in firefox?


If you just want scrollbars to test the look of having a bar, try setting the overflow property:

body { overflow:scroll; }

This will force Firefox to display a scrollbar for your window. For a vertical bar only, use overflow-y instead:

body { overflow-y:scroll; }

This is the best way to force scroll bars.

0

精彩评论

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

关注公众号