Skip to content

Commit

Permalink
Fix Infinite Scroll on mobile browsers
Browse files Browse the repository at this point in the history
Resolves #97
  • Loading branch information
raamdev committed May 12, 2014
1 parent be0b77b commit 71e473e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion rtl.css
Expand Up @@ -1515,7 +1515,7 @@ body {
}

.infinite-wrap {
float: right;
max-width: 700px;
}

.infinite-loader {
Expand Down
1 change: 0 additions & 1 deletion style.css
Expand Up @@ -1515,7 +1515,6 @@ body {
}

.infinite-wrap {
float: right;
max-width: 700px;
}

Expand Down

1 comment on commit 71e473e

@8bittts
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

Please sign in to comment.