diff --git a/src/dashboard/templates/partials/timmy_panel.html b/src/dashboard/templates/partials/timmy_panel.html index 7c3a0abd..663a9977 100644 --- a/src/dashboard/templates/partials/timmy_panel.html +++ b/src/dashboard/templates/partials/timmy_panel.html @@ -2,9 +2,9 @@
- + {% if agent %} - + {% endif %} // TIMMY INTERFACE @@ -28,7 +28,8 @@ hx-indicator="#send-indicator" hx-sync="this:drop" hx-disabled-elt="find button" - hx-on::after-request="if(event.detail.successful){this.querySelector('[name=message]').value=''; scrollChat()}" + hx-on::after-settle="scrollChat()" + hx-on::after-request="if(event.detail.successful){this.querySelector('[name=message]').value='';}" class="d-flex gap-2">
@@ -52,8 +53,12 @@ diff --git a/static/style.css b/static/style.css index fad69562..4549352f 100644 --- a/static/style.css +++ b/static/style.css @@ -251,24 +251,27 @@ a:hover { color: var(--orange); } .mc-main { padding: 16px; height: calc(100dvh - var(--header-h)); - overflow: clip; + overflow: hidden; } .mc-content { height: 100%; } .mc-content > .row { height: 100%; + flex-wrap: nowrap; } /* ── Sidebar ─────────────────────────────────────── */ .mc-sidebar { overflow-y: auto; min-height: 0; + max-height: 100%; } /* ── Chat column ─────────────────────────────────── */ .mc-chat-panel { min-height: 0; + max-height: 100%; } .mc-chat-panel > .card { height: 100%;