Commit 1f47467f authored by Tatiana's avatar Tatiana
Browse files

Issue #3278306 by tatianag: Fix scrolling after clicking on header links in ToC

parent 17c0d714
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -57,6 +57,8 @@
            .each(function () {
              $(this).addClass('active')
            });
        // Make the correct focus point in the HTML after changing the 'active' class in a header link.
        $("html, body").animate({scrollTop: ($(hash).offset().top - 20) + 'px'}, "fast");
      }

      // @todo: what is correct Drupal way to bind to window events?