Browse Source

fix popup panel width issue when photon disabled [firefox]

pull/2/head
gorhill 7 years ago
parent
commit
ea16b28e65
  1. 1
      platform/firefox/vapi-background.js

1
platform/firefox/vapi-background.js

@ -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