aboutsummaryrefslogtreecommitdiff
path: root/docs/pkgdown.js
blob: c8b38c49d224233c9a9efc872cf505acd5c6a621 (plain) (blame)
1
2
3
4
5
6
7
8
$(function() {
  $("#sidebar").stick_in_parent({offset_top: 40});
  $('body').scrollspy({
    target: '#sidebar',
    offset: 60
  });

});

Contact - Imprint