diff --git a/chrome/content/zotero/overlay.js b/chrome/content/zotero/overlay.js
index 2d39567355..755921bc1a 100644
--- a/chrome/content/zotero/overlay.js
+++ b/chrome/content/zotero/overlay.js
@@ -98,6 +98,7 @@ var ZoteroOverlay = new function()
}
if (Zotero && Zotero.initialized){
+ document.getElementById('appcontent').addEventListener('mousemove', Zotero.ProgressWindowSet.updateTimers, false);
switch (iconPref) {
case 2:
icon.setAttribute('hidden', false);
diff --git a/chrome/content/zotero/overlay.xul b/chrome/content/zotero/overlay.xul
index d0f780db0a..67091a7263 100644
--- a/chrome/content/zotero/overlay.xul
+++ b/chrome/content/zotero/overlay.xul
@@ -69,14 +69,7 @@
-
-
-
+