Disable the 'pull to reload' gesture.
Change-Id: I35b722c15386beae75975dffb39341e4aeb34b02
This commit is contained in:
parent
d38e394d10
commit
f8c5310fff
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
overscroll-behavior-y: none; /* disable the pull to reload gesture */
|
||||
}
|
||||
|
||||
#presentation-controls-wrapper {
|
||||
|
|
Loading…
Reference in a new issue