mirror of
https://github.com/immich-app/immich.git
synced 2025-12-07 17:23:12 +03:00
fix: pop-up menu position
This commit is contained in:
@@ -109,7 +109,7 @@ class AddActionButton extends ConsumerWidget {
|
||||
final size = renderObject.size;
|
||||
final position = renderObject.localToGlobal(Offset.zero);
|
||||
|
||||
return RelativeRect.fromLTRB(position.dx, position.dy - size.height - 200, position.dx + size.width, position.dy);
|
||||
return RelativeRect.fromLTRB(position.dx, position.dy - size.height - 225, position.dx + size.width, position.dy);
|
||||
}
|
||||
|
||||
void _openAlbumSelector(BuildContext context, WidgetRef ref) {
|
||||
|
||||
Reference in New Issue
Block a user