fix: metadata viewer popup clipped by overflow-hidden parent
The MetadataViewer popup was rendered inside the message bubble which has overflow-hidden, causing the popup to be invisible. Fix by using createPortal to render the popup directly on document.body with fixed positioning. Also adds click-outside-to-close behavior. Closes feedback #46
This commit is contained in:
@@ -491,3 +491,12 @@
|
||||
- Check the gateway WebSocket session/handshake data for avatar info
|
||||
- Fallback to the current default icon if no avatar is configured
|
||||
- Should also appear in the header next to the agent name
|
||||
|
||||
## Item #46
|
||||
- **Date:** 2026-02-12
|
||||
- **Priority:** high
|
||||
- **Status:** in-progress
|
||||
- **Description:** Bug: metadata viewer (ℹ️ button) doesn't work
|
||||
- Clicking the info button on messages does nothing — no panel appears
|
||||
- Introduced in v1.15.0 (commit `b4813f0`)
|
||||
- Fix the click handler / panel display logic
|
||||
|
||||
Reference in New Issue
Block a user