MediaWiki:Common.js: Difference between revisions
No edit summary |
No edit summary |
||
| Line 76: | Line 76: | ||
console.log('bodyTop', bodyTop); | console.log('bodyTop', bodyTop); | ||
e.target.style.left = left - bodyLeft + 'px'; | e.target.style.left = left - bodyLeft + 'px'; | ||
e.target.style.top = top - bodyTop + 'px'; | |||
// e.target.style.top = top + 'px'; | // e.target.style.top = top + 'px'; | ||
}); | }); | ||