Browse Source

Fix popup tooltips and sizing for Firefox

pull/2/head
Deathamns 10 years ago
committed by gorhill
parent
commit
5a422a681d
  1. 2
      platform/firefox/vapi-background.js

2
platform/firefox/vapi-background.js

@ -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