mirror of https://github.com/gorhill/uBlock.git
fix popup panel width issue when photon disabled [firefox]
This commit is contained in:
parent
6328a63c2b
commit
432818df4f
|
@ -3125,6 +3125,7 @@ vAPI.toolbarButton = {
|
||||||
'#' + this.viewId + ',',
|
'#' + this.viewId + ',',
|
||||||
'#' + this.viewId + ' > iframe {',
|
'#' + this.viewId + ' > iframe {',
|
||||||
'height: 290px;',
|
'height: 290px;',
|
||||||
|
'max-width: none !important;',
|
||||||
'min-width: 0 !important;',
|
'min-width: 0 !important;',
|
||||||
'overflow: hidden !important;',
|
'overflow: hidden !important;',
|
||||||
'padding: 0 !important;',
|
'padding: 0 !important;',
|
||||||
|
|
Loading…
Reference in New Issue