dieparteidiepartei / afd-blocker-plugin

AfD Blocker Browser Plugin
ISC License
283 stars 30 forks source link

Z-index is ooooover 9000!!! #54

Open leonheess opened 5 years ago

leonheess commented 5 years ago

No, but for real: The injected CSS includes z-index: 99998; which is, of course, a bad idea as the content that is being blocked isn't necessarily on top all the time. Instead, the z-index should be selected dynamically based on the blocked contents z-index.

Here is an easy-to-recreate example of legitimate content being obstructed: image

lennart-k commented 5 years ago

Absolutely, in my opinion the blocked content should just get opacity: 0 and that's it.