• Resolved Tevya

    (@thefiddler)


    Is it possible to set a max amount of lines, before having it scroll? I have a rather long Gist I need to display, but don’t want my post to be super long. So it would be nice if it could just scroll vertically (already does horizontally).

Viewing 1 replies (of 1 total)
  • Thread Starter Tevya

    (@thefiddler)

    Nevermind. I found that this CSS fixes it (though it might be nice to add into the plugin):

    .gist .blob-wrapper { max-height: 640px; overflow-y: auto!important; }

    • This reply was modified 6 years, 7 months ago by Tevya.
Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to only show a maximum amount of lines, then scroll vertically?’ is closed to new replies.