diff --git a/src/main/TheEnd.tsx b/src/main/TheEnd.tsx index a8ab3e204..578b5973d 100644 --- a/src/main/TheEnd.tsx +++ b/src/main/TheEnd.tsx @@ -34,7 +34,7 @@ const TheEnd: React.FC = () => { const theEndStyle = css({ width: "100%", - height: "calc(100% - 64px)", + height: "calc(100vh - 64px)", display: "flex", flexDirection: "column", justifyContent: "center",