ueokande / vim-vixen

Accelerates your web browsing with Vim power!!
https://ueokande.github.io/vim-vixen/
MIT License
2.11k stars 138 forks source link

Fix white box on sites using dark mode #1434

Closed benwaffle closed 1 year ago

benwaffle commented 2 years ago

Sites that use color-scheme: dark result in Vim Vixen's iframe looking like a white box when it's actually supposed to be hidden. This started in Firefox 102.

image

Fixes #1433 Fixes #1424 Fixes #1429

xeruf commented 2 years ago

Setting color scheme light is not a solution, just a workaround. Why not reduce the z-index of the iframe?

benwaffle commented 1 year ago

see #1437