diff --git a/src/components/PixelGraph.tsx b/src/components/PixelGraph.tsx index 93b1fe3e..661af7a7 100644 --- a/src/components/PixelGraph.tsx +++ b/src/components/PixelGraph.tsx @@ -121,7 +121,7 @@ const PixelGraph = ({ }} style={{ maxWidth: fullScreen ? '100vw' : '520px', - maxHeight: fullScreen ? 'calc(100vh - 200px)' : 'unset', + maxHeight: fullScreen ? '100vh' : 'unset', display: 'flex', flexDirection: virtuals[virtId].id === 'launchpad-x' ||