diff --git a/www/js/pages/tennis/controller.js b/www/js/pages/tennis/controller.js
index dbd2a1edd1e7a08f7ac28c4149279f0403c69bce..8bc25f9324c63c4490de1d5f68a7ae35a23fb236 100644
--- a/www/js/pages/tennis/controller.js
+++ b/www/js/pages/tennis/controller.js
@@ -90,9 +90,7 @@
 
         if (self.shouldUp && $scope.selected.length > 0) {
           list.css('marginBottom', '50px');
-          if (ionContent.scrollTop >= 340) {
-            ionContent.scrollTop = ionContent.scrollHeight;
-          }
+          ionContent.scrollTop = ionContent.scrollHeight;
         } else if (self.shouldUp && $scope.selected.length == 0) {
           list.css('marginBottom', '0');
         }