From 3df27ffbdf6dd0947a21f5a6d2abe3070f271e54 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 21 Jun 2017 12:55:48 -0400 Subject: [PATCH] fix https://github.com/gorhill/uBlock/issues/2696 --- platform/firefox/vapi-background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index 3d5a6a1..19089a5 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -2843,9 +2843,11 @@ vAPI.toolbarButton = { ');', '}', '#' + this.viewId + ', #' + this.viewId + ' > iframe {', - 'width: 160px;', 'height: 290px;', + 'min-width: 0 !important;', 'overflow: hidden !important;', + 'padding: 0 !important;', + 'width: 160px;', '}' ];