Bug type
Regression (worked before, now fails)
Summary
The "context limit reached" warning icon expands to fill the entire viewport on macOS Chrome/Safari, making the conversation invisible.
Steps to reproduce
Open OpenClaw v2026.3.12 on macOS using Chrome or Safari.
Continue a conversation until the token count exceeds the configured context limit.
Observe the UI when the warning is triggered.
Expected behavior
A small, non-intrusive warning icon or message should appear (e.g., at the bottom of the chat or near the input field) to notify the user of the limit without obscuring the chat history.
Actual behavior
A massive warning triangle icon scales to 100% of the chat container's height/width, completely covering the messages and UI elements.
OpenClaw version
v2026.3.12
Operating system
macOS
Install method
npm global
Model
gemini
Provider / routing chain
google
Config file / key location
No response
Additional provider/model setup details
This appears to be a CSS regression in the 3.12 update. The SVG icon for the warning likely lacks a fixed max-width or max-height, causing it to inherit the full flexbox/container dimensions in certain browsers.
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response
Bug type
Regression (worked before, now fails)
Summary
The "context limit reached" warning icon expands to fill the entire viewport on macOS Chrome/Safari, making the conversation invisible.
Steps to reproduce
Open OpenClaw v2026.3.12 on macOS using Chrome or Safari.
Continue a conversation until the token count exceeds the configured context limit.
Observe the UI when the warning is triggered.
Expected behavior
A small, non-intrusive warning icon or message should appear (e.g., at the bottom of the chat or near the input field) to notify the user of the limit without obscuring the chat history.
Actual behavior
A massive warning triangle icon scales to 100% of the chat container's height/width, completely covering the messages and UI elements.
OpenClaw version
v2026.3.12
Operating system
macOS
Install method
npm global
Model
gemini
Provider / routing chain
google
Config file / key location
No response
Additional provider/model setup details
This appears to be a CSS regression in the 3.12 update. The SVG icon for the warning likely lacks a fixed max-width or max-height, causing it to inherit the full flexbox/container dimensions in certain browsers.
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response