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