import wixWindow from 'wix-window'; $w.onReady(function () { // Scrolls to the element with the ID "#mySection" when the page loads $w("#mySection").scrollTo(); });
top of page
bottom of page