From d33e179c2fcbe082d2751e28471296b04e4dfc3c Mon Sep 17 00:00:00 2001 From: Konrad Michalik Date: Sat, 13 Dec 2025 17:28:08 +0100 Subject: [PATCH] Fix Last 5 simulations glitching when there's not enough room --- src/WrapperApp/components/Simulation/RecentSimulations.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WrapperApp/components/Simulation/RecentSimulations.tsx b/src/WrapperApp/components/Simulation/RecentSimulations.tsx index 9c0c67bfd..8d6f956ce 100644 --- a/src/WrapperApp/components/Simulation/RecentSimulations.tsx +++ b/src/WrapperApp/components/Simulation/RecentSimulations.tsx @@ -228,7 +228,6 @@ export default function RecentSimulations() { sx={{ 'margin': `0 ${theme.spacing(1)} ${theme.spacing(1)} ${theme.spacing(1)}`, 'flexGrow': 1, - 'minHeight': 0, 'display': 'flex', 'flexDirection': 'column', '& .MuiCollapse-root': {