Skip to content

Commit

Permalink
fix board size
Browse files Browse the repository at this point in the history
  • Loading branch information
supertorpe committed May 1, 2024
1 parent 8e07921 commit 95fc4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/src/styles/chessground.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cg-helper {

cg-container {
position: absolute;
width: 800%;
height: 800%;
width: 100% !important;
height: 100% !important;
display: block;
bottom: 0;
}
Expand Down

0 comments on commit 95fc4b5

Please sign in to comment.