diff --git a/lib/classification/classification.dart b/lib/classification/classification.dart
index 4d97dabada92036a98958fa5de70843b5470fc68..d99b6af8a29fbb0edecc7b17126e2c4182870407 100644
--- a/lib/classification/classification.dart
+++ b/lib/classification/classification.dart
@@ -66,23 +66,21 @@ class _ClassificationPageState extends State<ClassificationPage> {
                     GoogleFonts.cabin(
                         fontSize: 20.0, color: Colors.white.withOpacity(0.85),),),),
 
-                   Container(
-                     height: 50,
-                     decoration: BoxDecoration(
-                         color: Color(0xffffffff),
-                         borderRadius: BorderRadius.only(topLeft: Radius.circular(50),topRight: Radius.circular(50)),
-                     boxShadow: [
-                       BoxShadow(
-                         color: Colors.grey.withOpacity(0.5),
-                         spreadRadius: 5,
-                         blurRadius: 7,
-                         offset: Offset(0, 3),
-                       ),
-                     ],)
-                   ),
+
                    Expanded(
-                     child: Container(
-                       color: Color(0xffffffff),
+                     child:  Container(
+                         height: 50,
+                         decoration: BoxDecoration(
+                           color: Color(0xffffffff),
+                           borderRadius: BorderRadius.only(topLeft: Radius.circular(50),topRight: Radius.circular(50)),
+                           boxShadow: [
+                             BoxShadow(
+                               color: Colors.grey.withOpacity(0.5),
+                               spreadRadius: 5,
+                               blurRadius: 7,
+                               offset: Offset(0, 3),
+                             ),
+                           ],),
                       child: ListView(
                         children: <Widget>[
                           GestureDetector(