fix: UserBottomSheet SafeArea

onboarding
Christian Pauly 4 years ago
parent 75c68edbce
commit 8d7a5be2ae

@ -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: SafeArea(
child: Scaffold(
extendBodyBehindAppBar: true,
appBar: AppBar(

Loading…
Cancel
Save