Browse Source

Make landing page scrollable

Vishnu Mohandas 4 years ago
parent
commit
9ff0b0976a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/ui/landing_page_widget.dart

+ 0 - 1
lib/ui/landing_page_widget.dart

@@ -25,7 +25,6 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
 
   Widget _getBody() {
     return SingleChildScrollView(
-      physics: NeverScrollableScrollPhysics(),
       child: Container(
         padding: EdgeInsets.fromLTRB(8, 40, 8, 8),
         child: Column(