I am trying to get the vertical scrollbar to show in Chrome running latest version 21
when the content of a pre
tag overflows. I can't get the vertical scrollbar to actually display though.
See this jsFiddle: http://jsfiddle.net/justink101/2tJmC/
EDIT
On Mac - OSX
http://jsfiddle.net/UTYzd/
you are loading css from external file: bootstrap-combined.min.css try to change the following:
word-break
word-wrap
white-space
pre { height: auto; max-height: 200px; overflow: auto; background-color: #eeeeee; word-break: normal !important; word-wrap: normal !important; white-space: pre !important; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With