Merge pull request #618 from thelounge/astorije/disable-pull-to-refresh
Disable pull-to-refresh on mobile that conflicts with scrolling the message list
This commit is contained in:
commit
98b7908c2b
@ -46,6 +46,12 @@ body {
|
|||||||
color: #222;
|
color: #222;
|
||||||
font: 16px Lato, sans-serif;
|
font: 16px Lato, sans-serif;
|
||||||
margin: 0;
|
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 {
|
a {
|
||||||
|
Loading…
Reference in New Issue
Block a user