From 6d3f5a1ce2f31d97bdbb14aab0ede441412c6561 Mon Sep 17 00:00:00 2001 From: Arturo Fonseca <49870466+arturo32@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:02:21 -0300 Subject: [PATCH] fix: memory overflow --- memory.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/memory.css b/memory.css index a32e4c4..bc703bc 100644 --- a/memory.css +++ b/memory.css @@ -27,6 +27,8 @@ .memory-section { width: 40%; max-width: 15rem; + overflow-y: auto; + padding: 0 1px; } .memory-cell {