﻿html {
    /* Use overscroll-behavior to stop the "bounce" or refresh effect you get on mobile
       browsers when getting to the top or bottom scroll limits of the page */
    overscroll-behavior: none;    
}

