Fix scrolling bug in side nav#2098
Conversation
|
Hi @Zooheck! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Deploy preview for react-native ready! Built with commit 75f3c1a https://deploy-preview-2098--react-native.netlify.app Changes to Thank you for your contributions. |
Simek
left a comment
There was a problem hiding this comment.
Hi @Zooheck, thank you so much for great description of the problem and the fix! 👍
I have introduced this issue by mistake in the latest platforms labels update, my bad, sorry!
Hello! Currently, when viewing the documentation in a desktop browser, if the right side navigation bar has more items than can fit within the page's height, there is no way to view these items. For example, users cannot navigate through all of the props of large components such as
VieworFlatListby using the right navigation bar. (https://reactnative.dev/docs/flatlist.html)This pull requests adds a vertical scroll bar when there are more right nav items than can fit the screen. Otherwise, there is no scroll bar.