mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Improve dropdown position
This commit is contained in:
parent
a64a192d27
commit
2311af8219
@ -132,8 +132,8 @@ class _PopupContentBody extends StatelessWidget {
|
||||
child: Container(color: Color(0x55000000)),
|
||||
),
|
||||
Positioned(
|
||||
left: offset.dx - _overlay_w,
|
||||
top: offset.dy,
|
||||
left: offset.dx - _overlay_w + 4,
|
||||
top: offset.dy - 4,
|
||||
width: _overlay_w,
|
||||
height: _overlay_h,
|
||||
child: Scaffold(
|
||||
|
Loading…
Reference in New Issue
Block a user