diff --git a/src/ui/GameRoot.tsx b/src/ui/GameRoot.tsx index bb9354274..dd5633e3c 100644 --- a/src/ui/GameRoot.tsx +++ b/src/ui/GameRoot.tsx @@ -101,6 +101,7 @@ const useStyles = makeStyles((theme: Theme) => display: "block", padding: "8px", minHeight: "100vh", + boxSizing: 'border-box', }, }), );