mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 20:51:37 +00:00
* [AI] fix(ui): add min-height:0 to flex scroll containers for Firefox Firefox enforces the CSS Flexbox automatic minimum size more strictly than Chromium, preventing .sidebar-content and .md-preview-dialog__body from shrinking below their content height. This blocked overflow:auto from creating a scrollable area when Markdown content exceeded the available panel height. Add min-height:0 to both flex children so Firefox allows them to shrink and become the inner scroll container. Related to #107571 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * [AI] fix(ui): bound Markdown sidebar previews * [AI] fix(ui): bound file sidebar editors * test(ui): cover scroll repair in sidebar column layout --------- Co-authored-by: 杨爱文 <yang.aiwen@xydigit.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Thiago Pontes AI <thiagopontesai@Hefestos-Mac-Mini.local>