Rock, Paper, Scissors game using SCSS MODULES, REACT, REDUX TOOLKIT
Design comparison
Solution retrospective
Any advice for improvement is welcome.
Community feedback
- @MikeBish13Posted over 2 years ago
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 helpful0@rmzvrPosted over 2 years ago@MikeBish13 Hi, thanks for the feedback,
overflow: hidden
I had to apply to the general container due to the animations of hiding elements after the end of the game in different directions, I'll try to solve this problem. Tell me, please, at what screen resolution in height did you have this bug?0
Please log in to post a comment
Log in with GitHubJoin 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