From 1aa5ffb57c194e0271b69139826231e2a50e11d0 Mon Sep 17 00:00:00 2001 From: Caleb Clavin <31264358+cclavin@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:09:24 -0500 Subject: [PATCH] fix(cookbook): serve panel content unreachable when model card is expanded (#3479) --- static/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css b/static/style.css index 3cfcba030..39d21021d 100644 --- a/static/style.css +++ b/static/style.css @@ -15479,6 +15479,9 @@ body:not(.email-doc-split-active) #email-lib-modal.email-lib-fullscreen:not(.mod height: auto !important; } } +#cookbook-modal .hwfit-cached-list { + flex-shrink: 0; +} .memory-toolbar { transition: opacity 0.12s ease, max-height 0.2s ease; max-height: 120px;