mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
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
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue