Adding Horizontal Scrolling to
-
Hi,
When my pages resize too small the pre content starts wrapping. I would like to add a horizontal scrollbar instead. It’s not easy to read when it wraps.
I’ve tried adding the following code in Additional CSS; it adds both vertical and horizontal scrollbars, but the content still wraps.
pre { overflow: scroll; }
Can someone help me get it working correctly?
Thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding Horizontal Scrolling to’ is closed to new replies.