From 2311af82199caf13fc56d2a46598540d9cfb1066 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 8 May 2020 15:44:33 +0200 Subject: [PATCH] Improve dropdown position --- lib/ui/widgets/tablet_mode/appbar_custom_dropdown_widget.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/widgets/tablet_mode/appbar_custom_dropdown_widget.dart b/lib/ui/widgets/tablet_mode/appbar_custom_dropdown_widget.dart index d26e0d8..c34d014 100644 --- a/lib/ui/widgets/tablet_mode/appbar_custom_dropdown_widget.dart +++ b/lib/ui/widgets/tablet_mode/appbar_custom_dropdown_widget.dart @@ -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(