In react, even before adding any div, my html body size is bigger than screen size and is causing unnecessary scrolling
I was thinking of creating a chatting UI as a practice lesson since I am a beginner at React.
How to fix webpages scrolling down
I have a React project with 3 components (for separate web pages). If I scroll the landing page and then change to other pages, I can see other pages are showing from that scrolled-down position. I have to scroll up to see the page top. How to fix that? Every component has the same parent component .