summaryrefslogtreecommitdiff
path: root/source/features/scrollable-code-and-blockquote.css
blob: e5a9f23dbdb984e1165ff9fa33e70a63bb2f9e88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.comment-body blockquote,
.comment-body 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 */
.comment-body blockquote {
	padding-bottom: 0.2em;
}

.comment-body details blockquote,
.comment-body details pre,
.comment-body blockquote blockquote,
.comment-body blockquote pre {
	max-height: none;
}