summaryrefslogtreecommitdiff
path: root/source/features/scrollable-code-and-blockquote.css
blob: a60b2c2ef1933ac40b3e38230af57c539c1c50d3 (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 of a quote contains an Emoji */
.comment-body blockquote > :last-child g-emoji {
	line-height: 1.33;
}

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