sindresorhus/refined-github

Stop add scroll bars to quotes blocks #3012

evandrocoan posted onGitHub

image

  • url sets the value returned by window.location, document.URL, and document.documentURI, and affects things like resolution of relative URLs within the document and the same-origin restrictions and referrer used while fetching subresources. It defaults to "about:blank".
> - `url` sets the value returned by `window.location`, `document.URL`, and `document.documentURI`, and affects things like resolution of relative URLs within the document and the same-origin restrictions and referrer used while fetching subresources. It defaults to `"about:blank"`.

I am already using this CSS from https://github.com/sindresorhus/refined-github/pull/1146#issuecomment-475872046 but it not working for quoted blocks as you can see on the image just above. Only removing GitHubRedefined fixes it.

.comment-body blockquote,
.comment-body pre {
  max-height: none !important;
  overflow-y: visible !important;
}

Ugh, this is a CSS Specification "bug". The code blocks inside the blockquote will cause it to overflow instead of adjusting its size: https://bugzilla.mozilla.org/show_bug.cgi?id=491549

Any display: inline element with padding inside overflow: scroll will cause this, everywhere.

posted by fregante almost 5 years ago

I fixed the issue (in the next release) and also updated your CSS snippet to disable the feature correctly.

posted by fregante almost 5 years ago

My fix broke non-highlighted code, example:

test

The padding is missing.

PR welcome to try another fix

Screenshot

<table><td> <img width="389" alt="shot" src="https://user-images.githubusercontent.com/1402241/81454855-aef61300-918d-11ea-9313-1620d4b2ce2d.png">

posted by fregante almost 5 years ago

Reapplied a similar fix, but limited to blockquote

posted by fregante almost 5 years ago

Fund this Issue

$0.00
Funded

Pull requests