[rgh-scrollable-areas] .comment-body :is(blockquote, pre) { position: relative; /* OctoLinker compat: attach the purple balls to the scroll */ max-height: 30.5em; overflow-y: auto; } /* A tiny scroll bar appears when the last paragraph contains a `code` or `g-emoji` tag #3012 #4597 */ [rgh-scrollable-areas] .comment-body blockquote { padding-bottom: 0.2em; /* Do not add to `pre` #5540 */ } [rgh-scrollable-areas] .comment-body :is(details, blockquote) :is(blockquote, pre) { max-height: none; }