mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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',
|
'pointer-events: auto',
|
||||||
'position: fixed',
|
'position: fixed',
|
||||||
'top: 0',
|
'top: 0',
|
||||||
|
'transform: none',
|
||||||
'visibility: visible',
|
'visibility: visible',
|
||||||
'width: 100%',
|
'width: 100%',
|
||||||
'z-index: 2147483647',
|
'z-index: 2147483647',
|
||||||
|
Loading…
Reference in New Issue
Block a user