diff --git a/.changeset/fn-7560-mobile-terminal-footer.md b/.changeset/fn-7560-mobile-terminal-footer.md index 94b0877e65..6ae6140ab1 100644 --- a/.changeset/fn-7560-mobile-terminal-footer.md +++ b/.changeset/fn-7560-mobile-terminal-footer.md @@ -2,6 +2,6 @@ "@runfusion/fusion": patch --- -summary: Move the mobile terminal controls into a bottom footer so they no longer crowd the header, and keep the shortcut key bar horizontally scrollable. +summary: Move mobile terminal controls into a bottom footer so they no longer crowd the header, with a scrollable shortcut bar. category: fix dev: On the ≤768px terminal, the `.terminal-actions` cluster now renders in a `terminal-footer-actions` bar (with `min-width:0; overflow-x:auto`) instead of the header; desktop/floating/pinned-below keep the FN-7502 header layout. Preserves the FN-7550 shortcut-panel scroll fix.