From 4b1e3018391dcd1c61c4c7dde0558e5e78f09dce Mon Sep 17 00:00:00 2001 From: fregante Date: Sun, 24 Nov 2024 12:37:58 +0700 Subject: [PATCH] 21.11.21 `scrollable-areas` - Remove from unrelated markdown documents Reverts https://github.com/refined-github/refined-github/pull/8089 Hotfixes https://github.com/refined-github/refined-github/issues/8099 --- style/21.11.21.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; +}