Simple Nextjs page with background image creates y-scroll
index.js
Why my CSS is not loading properly the first time?
The context is that I am building a NextJS WebApp. In this application, i have a component page which is going to be a pattern for other three pages, only changing the styles and some other minor things (that way, i’m passing props to it). The big problem is that i have a page which load this component, but it’s styling (css) doesn’t work immedialy, but when i refresh the page, i really don’t know what is happening
CSS not support in AMP pages for NextJS Application
I have tried to add CSS on my AMP pages in my NextJS application, but it is not reflecting. I have tried to check the same in NextJS Doc but did not find any luck with the solution.