diff --git a/plugins/Morpheus/javascripts/piwikHelper.js b/plugins/Morpheus/javascripts/piwikHelper.js
index 4f851092b94c8f2c69cc4293fa3060fdab976b89..259417a25024b2e7114e7cbf053c65c014b1edda 100644
--- a/plugins/Morpheus/javascripts/piwikHelper.js
+++ b/plugins/Morpheus/javascripts/piwikHelper.js
@@ -464,6 +464,9 @@ try {
             return value;
         };
     }
+
+    // Fix jQuery UI dialogs scrolling when click on links with tooltips
+    jQuery.ui.dialog.prototype._focusTabbable = $.noop;
+
 } catch (e) {}
 }(jQuery));
-