jaredLunde / jaredLunde/masonic

How can i use Masonic inside position: fixed container ?

Open
#99 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.