1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

Fix popup tooltips and sizing for Firefox

This commit is contained in:
Deathamns 2015-01-13 17:20:16 +01:00 committed by gorhill
parent 09d605fa04
commit 5a422a681d

View file

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