diff --git a/src/modules/Root.tsx b/src/modules/Root.tsx index 31e661a..70d72c4 100644 --- a/src/modules/Root.tsx +++ b/src/modules/Root.tsx @@ -61,7 +61,7 @@ const theme = createTheme({ const RootDiv = styled('div')({ flexGrow: 1, - height: '100vh', + minHeight: '100vh', background: '#fafaff', }); diff --git a/src/modules/common/SimulationControl.tsx b/src/modules/common/SimulationControl.tsx index f147e37..32fe5c2 100644 --- a/src/modules/common/SimulationControl.tsx +++ b/src/modules/common/SimulationControl.tsx @@ -23,7 +23,7 @@ export const SimulationControl = (): JSX.Element => { }; return ( - + { if (status === SimulationStatus.INITIAL_LOADING) { return ( - + {t('LOADING_MESSAGE')} @@ -29,8 +35,6 @@ const PlayerViewComponent = (): JSX.Element => { return (