fix popup panel width issue when photon disabled [firefox]

pull/2/head
gorhill 7 years ago
parent 839c185f5e
commit ea16b28e65

@ -2844,6 +2844,7 @@ vAPI.toolbarButton = {
'}',
'#' + this.viewId + ', #' + this.viewId + ' > iframe {',
'height: 290px;',
'max-width: none !important;',
'min-width: 0 !important;',
'overflow: hidden !important;',
'padding: 0 !important;',

Loading…
Cancel
Save