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
For example this piece of code doesn't render elements
.positionFixedWrapper { width: 100%; min-height: 100vh; height: 100%; position: fixed; overflow-y: auto; } <div className={styles.positionFixedWrapper}> <GridListComponent> <Masonry items={items} columnGutter={10} render={MasonryCard} /> </GridListComponent> </div>
example - https://codesandbox.io/s/cool-lake-1ppj5?file=/src/App.js
The text was updated successfully, but these errors were encountered:
https://codesandbox.io/s/masonic-inside-of-a-scrollable-div-example-k9l6c?file=/src/index.js
Sorry, something went wrong.
@jaredLunde thank you very much i've spent the whole day for this :))))
No worries, sorry about that! Should have made the documentation more clear.
hello mate
thanks for this amazing component
looks like the useMasonry hook is not working correctly without images inside a scroll container div
https://codesandbox.io/s/masonic-inside-of-a-scrollable-div-example-forked-5cypjl
i works on the first load, but if you make any change in the code, you will see this result
https://snipboard.io/2xal3d.jpg
No branches or pull requests
For example this piece of code doesn't render elements
example - https://codesandbox.io/s/cool-lake-1ppj5?file=/src/App.js
The text was updated successfully, but these errors were encountered: