1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 21:09:21 +00:00

Improve dropdown position

This commit is contained in:
Pierre HUBERT 2020-05-08 15:44:33 +02:00
parent a64a192d27
commit 2311af8219

View File

@ -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(