From 8c0965a3db6995d9b86f0429be34c47391701c99 Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Sun, 12 Apr 2026 22:55:45 +0800 Subject: [PATCH] fix(ui): make task memory panes scroll independently --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style.css b/style.css index 89f720d..a389d8b 100644 --- a/style.css +++ b/style.css @@ -775,6 +775,12 @@ display: block; } +#bme-task-memory.bme-task-section.active { + height: 100%; + min-height: 0; + overflow: hidden; +} + /* --- Task nav mobile pill selector (visible only on mobile) --- */ .bme-task-nav-mobile { display: none; @@ -1225,6 +1231,7 @@ height: 100%; min-height: 400px; gap: 0; + overflow: hidden; } .bme-memory-list-panel { @@ -1253,6 +1260,7 @@ .bme-memory-list-scroll { flex: 1; overflow-y: auto; + min-height: 0; } .bme-memory-node-item { @@ -1334,6 +1342,7 @@ overflow-y: auto; padding: 20px; min-width: 0; + min-height: 0; } .bme-memory-detail-empty {