okTurtles / group-income

A decentralized and private (end-to-end encrypted) financial safety net for you and your friends.
https://groupincome.org
GNU Affero General Public License v3.0
331 stars 44 forks source link

Ensure menu expands in visible area #2415

Open dotmacro opened 1 week ago

dotmacro commented 1 week ago

Problem

On the Payments screen (both the received & sent tabs), each row has three dots that, when clicked, open a menu. However, because the menu opens below the three dots, the menu isn't visible for the last payment in the table.

Menu properly visible: image

Menu not visible for last payment: image

Menu not visible for only (and necessarily last) payment: image

Solution

Ensure the menu is visible and usable for all items in the table.

SebinSong commented 1 week ago

@dotmacro I've created a PR (https://github.com/okTurtles/group-income/pull/2410) that will fix this issue, FYI.

cc. @taoeffect

dotmacro commented 1 week ago

Oh, I missed that, thanks!