{focused ? (
diff --git a/website/docs/commits-and-history.md b/website/docs/commits-and-history.md
index 868dc65..6e223e5 100644
--- a/website/docs/commits-and-history.md
+++ b/website/docs/commits-and-history.md
@@ -39,7 +39,7 @@ Rows are decorated with chips:
### Commit detail panel
-Selecting a commit (click or `Enter`) opens a detail panel on the right with the full message, a metadata grid, the list of changed files, and the diff of the focused file. The metadata includes a lazy GPG, SSH, or X.509 signature check: verified signatures show the signer, while bad, expired, revoked, untrusted, unavailable, and unsigned states stay distinct. Hover the signature for key, fingerprint, and trust details. Verification runs only for the opened immutable commit, never across the paged graph.
+Selecting a commit (click or `Enter`) opens a detail panel on the right with the full message, a metadata grid, the list of changed files, and the diff of the focused file. When a commit touches more files than fit in the upper pane, that list scrolls independently of the diff below. Drag the divider between the list and the diff to give either more room. The metadata includes a lazy GPG, SSH, or X.509 signature check: verified signatures show the signer, while bad, expired, revoked, untrusted, unavailable, and unsigned states stay distinct. Hover the signature for key, fingerprint, and trust details. Verification runs only for the opened immutable commit, never across the paged graph.
The panel can copy the subject or body separately and export the exact commit as an mbox-compatible `.patch`. It also re-roots the sidebar's **Files** tab to that commit; the short hash above the tree makes the historical context explicit. Historical trees are read-only, and opening a file keeps Content and Preview pinned to that revision. Image changes render as before/after previews. Drag the divider to resize the panel; the split is remembered. Press `Escape` to close it and return Files to the working tree.