From 95fc4b57ca447cf6cd14149fabe88ed8e338abdd Mon Sep 17 00:00:00 2001 From: supertorpe Date: Wed, 1 May 2024 13:46:42 +0200 Subject: [PATCH] fix board size --- code/src/styles/chessground.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }