1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Prevent sites from disabling mouse events for the element picker

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/380
This commit is contained in:
Raymond Hill 2019-01-15 14:41:23 -05:00
parent c373533c0e
commit 84818fcd84
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1677,6 +1677,7 @@ const pickerCSSStyle = [
'opacity: 1',
'outline: 0',
'padding: 0',
'pointer-events: auto',
'position: fixed',
'top: 0',
'visibility: visible',