diff --git a/src/jquery.uls.regionfilter.js b/src/jquery.uls.regionfilter.js index dcd3caa..305e9bb 100644 --- a/src/jquery.uls.regionfilter.js +++ b/src/jquery.uls.regionfilter.js @@ -155,8 +155,9 @@ $firstTargetRegion = $list.find( '#' + this.regions[0] ); // Scroll to appropriate area - $list.scrollTop( 0 ); - $list.scrollTop( $firstTargetRegion.offset().top - $list.offset().top ); + $list.scrollTop( + $firstTargetRegion.offset().top - $list.offset().top + $list.scrollTop() + ); // Make the selected region (and it only) active $( '.regionselector' ).removeClass( 'active' );