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(