jaredLunde / jaredLunde/masonic
How can i use Masonic inside position: fixed container ?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
For example this piece of code doesn't render elements
```
.positionFixedWrapper {
width: 100%;
min-height: 100vh;
height: 100%;
position: fixed;
overflow-y: auto;
}
```
example - https://codesandbox.io/s/cool-lake-1ppj5?file=/src/App.js
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the provided CodeSandbox reproduction and the `.positionFixedWrapper` CSS around the `` component. Trace how Masonic handles its scroll container and compare that with the fixed, overflow-scrolling wrapper. Done means the masonry items render correctly in the fixed-container example, with the expected scrolling behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100