mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01: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:
parent
c373533c0e
commit
84818fcd84
@ -1677,6 +1677,7 @@ const pickerCSSStyle = [
|
|||||||
'opacity: 1',
|
'opacity: 1',
|
||||||
'outline: 0',
|
'outline: 0',
|
||||||
'padding: 0',
|
'padding: 0',
|
||||||
|
'pointer-events: auto',
|
||||||
'position: fixed',
|
'position: fixed',
|
||||||
'top: 0',
|
'top: 0',
|
||||||
'visibility: visible',
|
'visibility: visible',
|
||||||
|
Loading…
Reference in New Issue
Block a user