Originally created by: betelhem-y
The main navigation bar is not mobile-responsive. On mobile viewports (widths below 768px), the navbar elements do not collapse or scale down. This forces the entire page to scroll horizontally, breaking the user experience.
Steps to Reproduce
Expected Behavior
The navbar should adapt to smaller screens (e.g., collapse into a hamburger menu or stack vertically). The page layout should remain locked vertically, with zero horizontal scrolling.
Actual Behavior
The navbar elements maintain their desktop widths, spilling off the right side of the screen and causing the entire page to scroll horizontally.