Task Description
Currently, clicking navbar links jumps instantly to sections.
This issue proposes adding smooth scrolling to improve user experience.
Goals
Add smooth scrolling behavior when navigating between sections using navbar links to improve overall user experience.
Acceptance Criteria
Component
Frontend
Technical Details
Use CSS scroll-behavior: smooth or an equivalent JavaScript-based approach.
Avoid introducing new dependencies.
Resources
No response
Task Description
Currently, clicking navbar links jumps instantly to sections.
This issue proposes adding smooth scrolling to improve user experience.
Goals
Add smooth scrolling behavior when navigating between sections using navbar links to improve overall user experience.
Acceptance Criteria
Component
Frontend
Technical Details
Use CSS
scroll-behavior: smoothor an equivalent JavaScript-based approach.Avoid introducing new dependencies.
Resources
No response