blob: a09b87c5cb2d3ccbb462eaf81ade7e6e8887689a [file] [log] [blame]
$(function() {
$('body').scrollspy({ target: '.druid-sidebar' });
$('.druid-sidebar').affix({ offset: { top: 220 } });
})