mirror of https://github.com/gorhill/uBlock.git
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',
|
||||
'outline: 0',
|
||||
'padding: 0',
|
||||
'pointer-events: auto',
|
||||
'position: fixed',
|
||||
'top: 0',
|
||||
'visibility: visible',
|
||||
|
|
Loading…
Reference in New Issue