1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
This commit is contained in:
gorhill 2017-06-10 17:33:20 -04:00
parent 2fdf4cb19d
commit e611879c30
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2661,6 +2661,9 @@ vAPI.toolbarButton = {
tbb.populatePanel = function(doc, panel) {
panel.setAttribute('id', this.viewId);
// https://github.com/gorhill/uBlock/issues/2696
panel.style.setProperty('padding', '0');
var iframe = doc.createElement('iframe');
iframe.setAttribute('type', 'content');