Studio: Ensure the scrollbar works correctly on onboarding screen - #1339
Conversation
gavande1
left a comment
There was a problem hiding this comment.
The changes are working as expected. Looks good to me! 👍
|
Thanks for review @gavande1 ❤️ One concern that I have is that this change makes the right side of the app not draggable on the onboarding screen which might not be obvious to the user (although they are usually exposed to this screen just briefly). That said, it is the simplest solution in my opinion. I spent some time dancing around the scrollbar but I could not find something that was straightforward to keep the scrollbar working and keep the app draggable from the right side. I tried to keep the top and bottom scrollable but it was making the app look strange with the scrollbar being cut off. Before I go down more rabbit holes with this, @wojtekn are we okay with this tradeoff? Or do you think we should explore the solution further? Thank you |
Related issues
Proposed Changes
This PR ensures that the scrollbar works correctly on the onboarding screen: when you are on a scrollbar, it should scroll:
Screen.Recording.2025-05-07.at.11.14.49.AM.mov
Testing Instructions
npm startPre-merge Checklist