jwcha1030 / CS416_GroupProject

2 stars 1 forks source link

[Front-end / Mobile View in About Us] Contact Button does not scroll the screen down #5

Closed timkim0713 closed 3 years ago

timkim0713 commented 3 years ago

Expected Behaviour In both mobile and desktop views in the About Us Page, when the "Contact" button is clicked, the user's screen scrolls down to the page to refer to MSC's contact information.

What Happened Desktop View works; however, in mobile view, nothing happens when the button is clicked.

timkim0713 commented 3 years ago

Mobile is not supported by window.scroll so, I think will just make an alternative solution (maybe better) by creating a new component so that scrolling is not needed. For instance, like modals