diff --git a/style/21.11.21.css b/style/21.11.21.css index 4fd16dc..719e7f1 100644 --- a/style/21.11.21.css +++ b/style/21.11.21.css @@ -1,5 +1,4 @@ /* GHE lack of colors https://github.com/refined-github/refined-github/issues/8091#issuecomment-2494831593 */ -/* GHE lack of colors https://github.com/refined-github/refined-github/issues/8091#issuecomment-2494831593 */ .rgh-extend-diff-expander .js-expandable-line:hover @@ -46,3 +45,10 @@ var(--color-accent-emphasis, fuchsia) ); } + +/* `scrollable-areas` - Remove from unrelated markdown documents */ +/* Reverts https://github.com/refined-github/refined-github/pull/8089 */ +/* Fixes https://github.com/refined-github/refined-github/issues/8099 */ +html[rgh-scrollable-areas] .markdown-body :is(blockquote, pre) { + max-height: none; +}