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;
}
new win.MutationObserver(delayedResize).observe(win.body, {
new win.MutationObserver(delayedResize).observe(win.document.body, {
attributes: true,
characterData: true,
subtree: true

Loading…
Cancel
Save