I'm building a website using React. On the pizza order page, the order and button were placed below the footer. I tried to implement Flexbox but was not successful. How can I fix this situation?
I want the footer to scroll down as the content of the page increases. There should be no content above or below the footer.