nitishragu12 / Capstone-Project

0 stars 0 forks source link

UI/features/proceed bugs fix#90 #104

Closed ziqichen55555 closed 6 days ago

ziqichen55555 commented 1 week ago

This PR fixes the issue#90 where clicking the Proceed button only scrolls to the result section the first time. The new implementation ensures that: On the first click, the results section is displayed and automatically scrolled into view. On subsequent clicks, the page will scroll to the results section without reloading the content unnecessarily. The scrolling now properly aligns with the results section, leaving a small offset to ensure the section is properly visible.