can't auto-scroll bootstrap js modal

can't auto-scroll bootstrap js modal

I am using the modal from bootstrap js. I would like it to automatically scroll to a particular element within the modal but nothing I've tried works. 

I've been trying something like this:

var pos = $('#myModal.elementClass').offset().top;
$('#myModal').closest('body').scrollTop(pos);