From 3ca3f57868c44c31f8d9bc5280677e41002eac1b Mon Sep 17 00:00:00 2001 From: Yang Haoran <34733118+Bill-Billion@users.noreply.github.com> Date: Mon, 25 May 2026 15:45:40 +0000 Subject: [PATCH] fix: prevent s09 memory preview overflow --- web/src/components/visualizations/s09-memory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/visualizations/s09-memory.tsx b/web/src/components/visualizations/s09-memory.tsx index b3e0f2948..16aa141b0 100644 --- a/web/src/components/visualizations/s09-memory.tsx +++ b/web/src/components/visualizations/s09-memory.tsx @@ -340,7 +340,7 @@ export default function MemoryVisualization({ title }: { title?: string }) { Memory file preview {step >= 2 ? ( -
+
{MEMORY_FILES.slice(1).map((file) => (