/*
Some mobile device do a screen refresh when dragging down.
The code below prevent that from happening.
*/
body {
    overscroll-behavior: none;
}
