Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YuriDan/7983725 to your computer and use it in GitHub Desktop.
Save YuriDan/7983725 to your computer and use it in GitHub Desktop.
var pos = $('.p-selection-result').offset();
$('html,body').animate({scrollTop:pos.top-10},500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment