• Resolved codexennial

    (@codexennial)


    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!

    • This topic was modified 3 years, 1 month ago by codexennial.

    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.