-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
matrix-org/matrix-react-sdk
#3087Description
With the current [...] context menu implementation the menu is often clipped off screen.
Instead of rendering it to the right of the action bar, we should position it beneath it, and aligned to the right. If the context menu would be clipped at the bottom (e.g. on the last message in the timeline) we should render it above, again aligned to the right.
When we do this, we don't need to worry re-creating the arrow part of the tooltip background— stylistically we can follow the profile top left context menu.