UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Fix mobile compatiability on availability page & close mobile navbar on navigate #397

Closed bcho892 closed 4 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

Client identified issues:

https://github.com/UoaWDCC/uasc-web/assets/100653148/e5c351f2-b8fe-4b8e-a233-2eecbce07432

Because users are unable to see the input fully on mobile they are forced to use manual input - which incidentally does not work.

Can easily fix by changing from fixed width to max width

Also need to close mobile menu on navigate.

BEFORE MERGING