Skip to content

Commit

Permalink
Merge pull request thelounge#618 from thelounge/astorije/disable-pull…
Browse files Browse the repository at this point in the history
…-to-refresh

Disable pull-to-refresh on mobile that conflicts with scrolling the message list
  • Loading branch information
xPaw authored Sep 25, 2016
2 parents 00c97e0 + db1fda4 commit cef35bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ body {
color: #222;
font: 16px Lato, sans-serif;
margin: 0;

/**
* Disable pull-to-refresh on mobile that conflicts with scrolling the message list.
* See http://stackoverflow.com/a/29313685/1935861
*/
overflow-y: hidden;
}

a {
Expand Down

0 comments on commit cef35bb

Please sign in to comment.