Fix popup tooltips and sizing for Firefox

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 09d605fa04
commit 5a422a681d

@ -1224,7 +1224,7 @@ vAPI.toolbarButton.onBeforeCreated = function(doc) {
return; return;
} }
new win.MutationObserver(delayedResize).observe(win.body, { new win.MutationObserver(delayedResize).observe(win.document.body, {
attributes: true, attributes: true,
characterData: true, characterData: true,
subtree: true subtree: true

Loading…
Cancel
Save