If you want to see the notes section without scrolling please proceed the below steps.
1. If your have already added JQuery web resource to the form then just copy below code to a function and call at form- onload
$("#crmFormTabContainer").scrollTop(0);
2. Or if you prefer the javascrips then just copy below code to a function and call at form- onload
document.getElementById('crmFormTabContainer').scrollTop = 0;