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
1 changed files with 2 additions and 0 deletions

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',