mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-02-16 21:52:38 +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)),
|
child: Container(color: Color(0x55000000)),
|
||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
left: offset.dx - _overlay_w,
|
left: offset.dx - _overlay_w + 4,
|
||||||
top: offset.dy,
|
top: offset.dy - 4,
|
||||||
width: _overlay_w,
|
width: _overlay_w,
|
||||||
height: _overlay_h,
|
height: _overlay_h,
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user