How can i fit my app to screen without scrolling with ignoring the address bar on mobile web.
deploy: https://rockpaperscissors-4d92e.web.app repo: https://github.com/UmutPalabiyik/RockPaperScissors
Try using min height
body { min-height: 100vh; }