Rock, Paper, Scissors game using SCSS MODULES, REACT, REDUX TOOLKIT

Solution retrospective
Any advice for improvement is welcome.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MikeBish13
Great job on this - the game seems to function as expected.
One major issue I have is that I can't scroll down on the screen, so the 'rock' icon is only a quarter visible. Seems like you've set
overflow: hidden
to the.root
selector which is causing the issue.Keep up the good work!
Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord