diff --git a/horizontal-tabs/horizontal-tabs.js b/horizontal-tabs/horizontal-tabs.js
index 977e1b6..f843932 100644
--- a/horizontal-tabs/horizontal-tabs.js
+++ b/horizontal-tabs/horizontal-tabs.js
@@ -53,6 +53,9 @@ Drupal.behaviors.horizontalTabs = {
         var hash = window.location.hash.replace(/[=%;,\/]/g, "");
         if (hash !== '#' && $(hash, this).length) {
           tab_focus = $(window.location.hash, this).closest('.horizontal-tabs-pane');
+          setInterval(function() {
+            $(document).scrollTop(0);
+          }, 0);
         }
         else {
           tab_focus = $('> .horizontal-tabs-pane:first', this);
