Bug type
Behavior bug (incorrect output/state without crash)
Summary
scroll-pill button in Control UI causes page overlay遮罩覆盖
Steps to reproduce
- Open Control UI (installed via npm)
- Have a conversation with the Agent
- After Agent outputs the final message, a gray overlay appears covering the entire chat area
Expected behavior
The scroll-pill button should display normally at the bottom of the page, not covering the entire chat area
Actual behavior
A gray overlay appears covering the entire chat area, making it impossible to click or interact. Through developer tools investigation, it was found that the .agent-chat__scroll-pill button's style was abnormal.
OpenClaw version
2026.3.12
Operating system
Windows 11
Install method
npm global
Model
MiniMax-M2.5
Provider / routing chain
minimax
Additional information
Temporary workaround:
document.querySelector('.agent-chat__scroll-pill')?.remove();
Bug type
Behavior bug (incorrect output/state without crash)
Summary
scroll-pill button in Control UI causes page overlay遮罩覆盖
Steps to reproduce
Expected behavior
The scroll-pill button should display normally at the bottom of the page, not covering the entire chat area
Actual behavior
A gray overlay appears covering the entire chat area, making it impossible to click or interact. Through developer tools investigation, it was found that the .agent-chat__scroll-pill button's style was abnormal.
OpenClaw version
2026.3.12
Operating system
Windows 11
Install method
npm global
Model
MiniMax-M2.5
Provider / routing chain
minimax
Additional information
Temporary workaround: