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

Full chess board does not fit in a screen need to scroll #3

Open
abracadabara opened this issue Feb 23, 2022 · 1 comment
Open

Full chess board does not fit in a screen need to scroll #3

abracadabara opened this issue Feb 23, 2022 · 1 comment

Comments

@abracadabara
Copy link

abracadabara commented Feb 23, 2022

Full chess board does not fit in a screen need to scroll.How to make the chess board 620 by 620 .Please tell me what all changes need to be done in the coding to fit in 620 by 620 .

@shivendra8004
Copy link

add this styling to parent div of component
{
margin:"auto",
maxWidth:"90vh",
width:90vw
}
this will fix your problem

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

2 participants