Closed gustavobmichel closed 4 years ago
Thanks for suggesting this! I'm guessing your suggestion works for windows, so I'll give it a shot on my mac and if it works I'll go for it :)
That worked! Thanks :)
@all-contributors please add @gustavobmichel for bugs
@kentcdodds
I've put up a pull request to add @gustavobmichel! :tada:
:tada: This issue has been resolved in version 2.16.9 :tada:
The release is available on:
npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
What happened:
Problem description: When opening the workshop exercises, a scrollbar is always displayed on the exercise page and when clicking on Extra Credit, even when the scrollbar is not needed. I am using Chrome 85 on Windows 10.
Suggested solution: Add overflow-y: auto for the exercise Sandbox and overflow-x: auto for ExtraCreditTabs. I do not have a MacOS so not sure if that would not give a different outcome for Macs.