From dbd1e6572f755bf90ff802df94ccf8c4814b274b Mon Sep 17 00:00:00 2001 From: Piyush Joshi <157375019+Piyush0049@users.noreply.github.com> Date: Mon, 15 Jun 2026 11:30:22 +0530 Subject: [PATCH] fix(cookbook): resolve Serve button clipping Allow expanded Serve cards to grow naturally within the Cookbook Serve group so the parent scroll area exposes the Launch and Cancel buttons. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index b93b470f7..d0e8675f4 100644 --- a/static/style.css +++ b/static/style.css @@ -15244,6 +15244,10 @@ body.right-dock-active:not(.email-doc-split-active) .doc-editor-pane { overflow-y: auto !important; overscroll-behavior: contain; } +.cookbook-group[data-backend-group="Serve"] > .admin-card > .hwfit-cached-list .doclib-card.doclib-card-expanded { + flex: 0 0 auto !important; + overflow: visible !important; +} /* Drag-and-drop visual hint for the email compose pane. Subtle accent outline + tinted overlay so it's obvious files will attach if dropped. */ .doc-editor-pane.email-dragover {