fix(cookbook): scroll serve panel into view when expanded (#1180) (#1191)

This commit is contained in:
Zarl-prog
2026-06-02 19:51:35 +05:30
committed by GitHub
parent f667667da3
commit b89141679f
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -14873,6 +14873,7 @@ body.left-dock-active {
/* Cookbook's cached-model list should scale with viewport height, not be capped at 400px */
.hwfit-cached-list {
max-height: min(75vh, 900px) !important;
overflow-y: auto;
}
/* Drag-and-drop visual hint for the email compose pane. Subtle accent
outline + tinted overlay so it's obvious files will attach if dropped. */