Disable the 'pull to reload' gesture.

Change-Id: I35b722c15386beae75975dffb39341e4aeb34b02
This commit is contained in:
Jan Holesovsky 2018-10-29 20:17:17 +01:00 committed by Tor Lillqvist
parent d38e394d10
commit f8c5310fff

View file

@ -45,6 +45,7 @@
body {
margin: 0;
overflow: hidden;
overscroll-behavior-y: none; /* disable the pull to reload gesture */
}
#presentation-controls-wrapper {