Fix profile popup positioning (#3475)
* Shift profile popup right when its positioning is too far left * chore: revert change for specific screen widths --------- Co-authored-by: ggurdin <ggurdin@gmail.com>
This commit is contained in:
parent
b9e733c5cc
commit
85c9b12bc4
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ void showMemberActionsPopupMenu({
|
|||
final overlay = Overlay.of(context, rootOverlay: true)
|
||||
.context
|
||||
.findRenderObject() as RenderBox;
|
||||
// Pangea3
|
||||
// Pangea#
|
||||
|
||||
final button = context.findRenderObject() as RenderBox;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue