mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01: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:
parent
ea87ccfa0d
commit
042935b22a
@ -1678,6 +1678,8 @@ const pickerCSSStyle = [
|
|||||||
'margin: 0',
|
'margin: 0',
|
||||||
'max-height: none',
|
'max-height: none',
|
||||||
'max-width: none',
|
'max-width: none',
|
||||||
|
'min-height: unset',
|
||||||
|
'min-width: unset',
|
||||||
'opacity: 1',
|
'opacity: 1',
|
||||||
'outline: 0',
|
'outline: 0',
|
||||||
'padding: 0',
|
'padding: 0',
|
||||||
|
Loading…
Reference in New Issue
Block a user