Skip to content

Commit

Permalink
Use safe area
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux committed Apr 30, 2024
1 parent 441e1e6 commit a536717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fleather/lib/src/widgets/link.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Future<LinkMenuAction> _showMaterialMenu(
BuildContext context, String link) async {
final result = await showModalBottomSheet<LinkMenuAction>(
clipBehavior: Clip.hardEdge,
useSafeArea: true,
context: context,
builder: (ctx) {
return Column(
Expand Down

0 comments on commit a536717

Please sign in to comment.