Skip to content

Commit

Permalink
fix popup panel width issue when photon disabled [firefox]
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jul 3, 2017
1 parent 6328a63 commit 432818d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/firefox/vapi-background.js
Original file line number Diff line number Diff line change
Expand Up @@ -3125,6 +3125,7 @@ vAPI.toolbarButton = {
'#' + this.viewId + ',',
'#' + this.viewId + ' > iframe {',
'height: 290px;',
'max-width: none !important;',
'min-width: 0 !important;',
'overflow: hidden !important;',
'padding: 0 !important;',
Expand Down

0 comments on commit 432818d

Please sign in to comment.