diff --git a/app/static/css/log-chat.css b/app/static/css/log-chat.css index 895953b..0ca7954 100644 --- a/app/static/css/log-chat.css +++ b/app/static/css/log-chat.css @@ -10,8 +10,13 @@ color: var(--text); max-width: 76ch; margin: 0 auto; - max-height: calc(100vh - 240px); - overflow-y: auto; + /* No max-height cap here — the dashboard's log panel now stretches in + the grid to match the left column's bottom (see #log-panel in + layout.css). A constrained max-height was producing an awkward + inner scrollbar AND leaving dead space below it inside the panel. + With the cap gone the content sits at the panel's top, the panel + grows or shrinks with the grid, and the regular page scroll + handles very long logs. */ } .log-content p { margin: 0 0 1.1em; } .log-content h1, .log-content h2, .log-content h3, .log-content h4 {