Skip to content

Commit

Permalink
21.11.21 scrollable-areas - Remove from unrelated markdown documents
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Nov 24, 2024
1 parent f50c58f commit 4b1e301
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion style/21.11.21.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;
}

0 comments on commit 4b1e301

Please sign in to comment.