mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-03 19:54:12 +00:00 
			
		
		
		
	Add scaffold on dropdown
This commit is contained in:
		@@ -136,7 +136,10 @@ class _PopupContentBody extends StatelessWidget {
 | 
				
			|||||||
          top: offset.dy,
 | 
					          top: offset.dy,
 | 
				
			||||||
          width: _overlay_w,
 | 
					          width: _overlay_w,
 | 
				
			||||||
          height: _overlay_h,
 | 
					          height: _overlay_h,
 | 
				
			||||||
          child: Card(child: onBuild(context)),
 | 
					          child: Scaffold(
 | 
				
			||||||
 | 
					            body: Card(child: onBuild(context)),
 | 
				
			||||||
 | 
					            backgroundColor: Colors.transparent,
 | 
				
			||||||
 | 
					          ),
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
      ],
 | 
					      ],
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user