mirror of https://github.com/gorhill/uBlock.git
Prevent CSS `transform` on element picker layer
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2098
This commit is contained in:
parent
792ef1186d
commit
12e37aae54
|
@ -1277,6 +1277,7 @@ const pickerCSSStyle = [
|
|||
'pointer-events: auto',
|
||||
'position: fixed',
|
||||
'top: 0',
|
||||
'transform: none',
|
||||
'visibility: visible',
|
||||
'width: 100%',
|
||||
'z-index: 2147483647',
|
||||
|
|
Loading…
Reference in New Issue