diff --git a/lib/ui/views/patcher/patcher_view.dart b/lib/ui/views/patcher/patcher_view.dart index 3aa06215..6985c4c9 100644 --- a/lib/ui/views/patcher/patcher_view.dart +++ b/lib/ui/views/patcher/patcher_view.dart @@ -28,7 +28,7 @@ class PatcherView extends StatelessWidget { ), ), body: SafeArea( - child: Padding( + child: SingleChildScrollView( padding: const EdgeInsets.all(12.0), child: Column( crossAxisAlignment: CrossAxisAlignment.start,