开发者

How can I make "pre" scroll in chrome too?

开发者 https://www.devze.com 2023-03-20 08:15 出处:网络
white-space:pre scrolls by default in Firefox, how can I make it scroll in Chrome too? (and I do not care about IE.)

white-space:pre scrolls by default in Firefox, how can I make it scroll in Chrome too? (and I do not care about IE.)

I've tried overflow: auto;, overflow: scroll; and white-space: pr开发者_Python百科e;, but none of those worked.


I think you might try overflow:scroll. Take a look at the definition at HTML Dog.

0

精彩评论

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