From 4a2b2fca4f820d9bc4833dd4c6a96d809adf20d5 Mon Sep 17 00:00:00 2001 From: lexis Date: Fri, 29 May 2026 00:22:19 +0200 Subject: [PATCH] docs(web-ui): logs flyout fills side-panel height (follow-up to #543) --- docs/web-ui.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/web-ui.md b/docs/web-ui.md index f64f5c69..4cf1f829 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -383,7 +383,10 @@ body sits to the right with three stacked lines fetches journald via `GET /api/journal/{name}?unit=&lines=` (`journalctl -M -b --no-pager --output=short-iso`). A unit dropdown (harness service / full machine journal) and - a refresh button live in the panel. + a refresh button live in the panel. The panel uses a column-flex + layout so the `
` log surface fills the full remaining panel
+    height (#541); scroll happens inside the `
`, not the side
+    panel body.
   - Plain navigation links (config repo, forge profile,
     `dashboardLinks` extras) now live in the icon-only nav strip
     on Line 1 — see above (issue #262). The agent's `config` link