1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

Ensure element picker's height is not affected by web sites

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/987
This commit is contained in:
Raymond Hill 2020-04-15 09:46:12 -04:00
parent ea87ccfa0d
commit 042935b22a
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1678,6 +1678,8 @@ const pickerCSSStyle = [
'margin: 0',
'max-height: none',
'max-width: none',
'min-height: unset',
'min-width: unset',
'opacity: 1',
'outline: 0',
'padding: 0',