-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site styles break the picker frame #2075
Comments
So we wait with pages where iframe was rotated by |
I could reproduce the |
That is glitch in Firefox (no in Chromium) after use css filters - no longer works position:
|
@gorhill opennet_picker.mp4 |
Reupload into Github domain if you no block my ID in network filters:
Guilty is filter on html element (mother page). html.dark-mode { filter: invert(90%); background-color: black; } Workarounds due similar troubles to: #419 is:
|
Ok the |
Prerequisites
I tried to reproduce the issue when...
Description
Site styles break the picker frame
See:
view-source:https://www.opennet.ru/
html.dark-mode { filter: invert(90%); background-color: black; } html.dark-mode img:not([src*="opennet2"]), video, iframe{ filter: invert(100%); }
A specific URL where the issue occurs
https://www.opennet.ru/~
Steps to Reproduce
https://www.opennet.ru/~
https://www.opennet.ru/
and try using the pickerExpected behavior
Picker works as usual
Actual behavior
The picker's frame is broken - its positioning is broken, the color scheme may change
Configuration
The text was updated successfully, but these errors were encountered: