From 0e172c7465d4ef51e4671f04032490fe37e8d6b8 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 9 Apr 2021 15:52:05 +0200 Subject: [PATCH] fix: UserBottomSheet SafeArea --- lib/components/user_bottom_sheet.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/user_bottom_sheet.dart b/lib/components/user_bottom_sheet.dart index a92d4a73..2be75ac4 100644 --- a/lib/components/user_bottom_sheet.dart +++ b/lib/components/user_bottom_sheet.dart @@ -161,9 +161,9 @@ class UserBottomSheet extends StatelessWidget { child: Container( width: min( MediaQuery.of(context).size.width, FluffyThemes.columnWidth * 1.5), - child: SafeArea( - child: Material( - elevation: 4, + child: Material( + elevation: 4, + child: SafeArea( child: Scaffold( extendBodyBehindAppBar: true, appBar: AppBar(