You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize browser to mobile width (~390px) or open on a real mobile device
Click into the editor and type @
Observe the mention suggestions dropdown position
✔️ Expected result
The dropdown should stay within the visible viewport bounds and not overflow outside the screen.
❌ Actual result
The mention suggestions dropdown partially overflows outside the viewport —
the list extends beyond the screen edge, cutting off suggestion items and
making them unreachable without scrolling.
❓ Possible solution
The dropdown position should be recalculated when it would overflow the viewport,
flipping or repositioning it to stay within visible bounds (similar to how
most tooltip/popover libraries handle edge collision).
📝 Provide detailed reproduction steps (if any)
@✔️ Expected result
The dropdown should stay within the visible viewport bounds and not overflow outside the screen.
❌ Actual result
The mention suggestions dropdown partially overflows outside the viewport —
the list extends beyond the screen edge, cutting off suggestion items and
making them unreachable without scrolling.
❓ Possible solution
The dropdown position should be recalculated when it would overflow the viewport,
flipping or repositioning it to stay within visible bounds (similar to how
most tooltip/popover libraries handle edge collision).
📃 Other details
🎥 Screen recording
Google.Chrome.-.19.May.2026.mp4