Skip to content

Commit

Permalink
PKGS-1350 Fix package popup falls out of the visible area (#22)
Browse files Browse the repository at this point in the history
Change alignment of PopupMenu to end
  • Loading branch information
fscarponi authored Jan 15, 2024
1 parent 65739e8 commit a539a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ internal fun PackageActionPopup(
}
if (isOpen) {
PopupMenu(
horizontalAlignment = Alignment.Start,
horizontalAlignment = Alignment.End,
onDismissRequest = { _ ->
onDismissRequest()
true
Expand Down

0 comments on commit a539a22

Please sign in to comment.