davidkpiano / frontend-masters-react-workshop

Code for the Frontend Masters React State Modeling Workshop
https://frontendmasters.com/courses/xstate-react/
MIT License
128 stars 81 forks source link

fix(timer): fix scrolling issue with the timer exercise #6

Closed moh12594 closed 3 years ago

moh12594 commented 3 years ago

Hello @davidkpiano 👋🏻 Doing this PR to fix an issue that i've faced with the exercice in chrome browser.

Actually, I couldn't scroll in the exercise description part as you can see in the video. Hope this will help people facing the same problem.

Passing from this:

https://user-images.githubusercontent.com/22661810/107289066-c3d93d00-6a64-11eb-8c8e-242893b946b9.mov

To this:

https://user-images.githubusercontent.com/22661810/107289090-ccca0e80-6a64-11eb-9404-416633f2b8d5.mov