Skip to content

Commit

Permalink
Merge pull request #65 from AppBakerZ/InfiniteScrollloading#60
Browse files Browse the repository at this point in the history
Infinite scrollloading#60
  • Loading branch information
Furqankhanzada authored Mar 7, 2017
2 parents 0acc6e4 + fe6199a commit 2c705ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion imports/ui/components/projects/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
font-size: $font-size-big + 0.7;
text-transform: uppercase;
letter-spacing: $unit - 0.9;
color: #008142;
color: $color-primary;
margin: 0 0 $unit * 2 0;
}
p{
Expand Down
2 changes: 0 additions & 2 deletions imports/ui/components/transactions/Transactions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ class TransactionPage extends Component {
pageNumber = pageNumber + 1;
copyQuery.limit = RECORDS_PER_PAGE * pageNumber;
query.set(copyQuery);
let $container = $(".container");
$container.animate({ scrollTop: $container[0].scrollHeight});
}
}

Expand Down

0 comments on commit 2c705ae

Please sign in to comment.