diff --git a/code/src/styles/chessground.scss b/code/src/styles/chessground.scss index 5e4e4b3..2bcd152 100644 --- a/code/src/styles/chessground.scss +++ b/code/src/styles/chessground.scss @@ -21,8 +21,8 @@ cg-helper { cg-container { position: absolute; - width: 800%; - height: 800%; + width: 100% !important; + height: 100% !important; display: block; bottom: 0; }