Note: Removed the transition-all from the body tag as it caused a weird bounce effect when switching the overflow property. I clicked around the site and couldn't see any difference from removing that class.
Do these code changes work locally and have you tested that they fix the issue yourself?
[x] yes!
Does the following command run without warnings or errors?
What issue is this referencing? #362
Note: Removed the transition-all from the body tag as it caused a weird bounce effect when switching the overflow property. I clicked around the site and couldn't see any difference from removing that class.
Do these code changes work locally and have you tested that they fix the issue yourself?
Does the following command run without warnings or errors?
npm run pr-checks
Have you taken a look at our contributing guidelines?
My node version matches the one suggested when running
nvm use
?