1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Prevent CSS transform on element picker layer

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/2098
This commit is contained in:
Raymond Hill 2022-04-28 09:55:52 -04:00
parent 792ef1186d
commit 12e37aae54
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1277,6 +1277,7 @@ const pickerCSSStyle = [
'pointer-events: auto',
'position: fixed',
'top: 0',
'transform: none',
'visibility: visible',
'width: 100%',
'z-index: 2147483647',