Skip to content

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

@lalitx17

Description

@lalitx17

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>}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions