Skip to content
New issue

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

The crossword Input not staying within the crossword cell. #568

Open
lalitx17 opened this issue May 26, 2024 · 0 comments
Open

The crossword Input not staying within the crossword cell. #568

lalitx17 opened this issue May 26, 2024 · 0 comments

Comments

@lalitx17
Copy link

lalitx17 commented May 26, 2024

crossword bad behaviour
When the size of the CrosswordGrid changes, the crossword input size doesn't stay within the crossword cell and in some condition goes out of the crossword grid altogether.

Here is the code that generated the above output image:

        {started && <div className="mx-auto w-4/5 flex flex-row gap-x-10">
          
          <CrosswordProvider data={crosswordData} >
          <DirectionClues  direction="across" />
          <CrosswordGrid />
            <DirectionClues direction="down" />
            </CrosswordProvider>
            {/* <Crossword data={crosswordData} /> */}
        </div>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant