diff --git a/www/js/pages/football/controller.js b/www/js/pages/football/controller.js index c27089ed87a8bdbb4e1dc2efd4fa75568c5356ba..b5a7b642a503fedc57f7d594e4ae4fd2aa30fa3e 100644 --- a/www/js/pages/football/controller.js +++ b/www/js/pages/football/controller.js @@ -92,9 +92,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'); }