uBlock icon indicating copy to clipboard operation
uBlock copied to clipboard

overflow: hidden when blocking elements, impossible to scroll webpage

Open jokoon opened this issue 5 years ago • 1 comments

The right click menu where you can choose to block certain elements, to avoid popups or other warnings, I pretty useful.

Problem: on many websites, for example the ones using the quantcast thing, after blocking such elements, a overflow: hidden appears in the firefox CSS inspector (the first thing that appear), which makes it impossible to scroll the webpage.

Removing overflow: hidden solves the problem, but I wish this custom CSS rule would not appear.

Is it related to ublock origin?

jokoon avatar May 06 '20 15:05 jokoon

It's not "related". Cookie nag screens add those to html and/or body.

*##body,html:matches-css(overflow: hidden):style(overflow:auto !important)

dl74i avatar Jul 04 '22 11:07 dl74i