From 432818df4fc372c96aa025af1eaed224ff03da31 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 3 Jul 2017 12:25:13 -0400 Subject: [PATCH] fix popup panel width issue when photon disabled [firefox] --- platform/firefox/vapi-background.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index b5901ec8b..7a85730ff 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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;',