We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This can be seen by adding the attribute dir="rtl" to the root div element in the example - https://bvaughn.github.io/react-virtualized/#/components/List
When you make the window smaller the elements in the list get pushed off the screen.
This is related to sdecima/javascript-detect-element-resize#57.
The text was updated successfully, but these errors were encountered:
Could update the library to use https://github.com/juggle/resize-observer 🙂
Sorry, something went wrong.
@MarkFalconbridge you can fix this by updating this line https://github.com/bvaughn/react-virtualized/blob/master/source/vendor/detectElementResize.js#L149 to match the changes in this mr: https://github.com/sdecima/javascript-detect-element-resize/pull/62/files
No branches or pull requests
This can be seen by adding the attribute dir="rtl" to the root div element in the example - https://bvaughn.github.io/react-virtualized/#/components/List
When you make the window smaller the elements in the list get pushed off the screen.
This is related to sdecima/javascript-detect-element-resize#57.
The text was updated successfully, but these errors were encountered: