window.open('http://yoursite.com','mypopup',
'status=1,width=500,height=500,scrollbars=1');
html {
overflow-x: hidden;
overflow-y: auto;
}
И вот это гляньте:
https://www.w3schools.com/jsref/met_win_scrollby.asp
var window = window.open(url, windowName, [windowFeatures]);
window.scrollBy(x, y)