Skip to content

[Bug] scroll-pill button causes page overlay in Control UI #45331

@TechWind100

Description

@TechWind100

Bug type

Behavior bug (incorrect output/state without crash)

Summary

scroll-pill button in Control UI causes page overlay遮罩覆盖

Steps to reproduce

  1. Open Control UI (installed via npm)
  2. Have a conversation with the Agent
  3. 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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbug:behaviorIncorrect behavior without a crash

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions