how to handle scrollY in a mobile first environment or various screen sizes

how to handle scrollY in a mobile first environment or various screen sizes

davidzornosadavidzornosa Posts: 4Questions: 4Answers: 0

afaik scrollY has to be set in absolute values, e.g. pixels, so a given value may fit a particular screen but in other screens it could look awful. I am developing a web app that has to be portable across multiple screen sizes, what would be the best strategy to handle scrollY? thanks

This discussion has been closed.