mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Improve dropdown position
This commit is contained in:
		@@ -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(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user