mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue