html {
        scroll-behavior: smooth;
		overflow: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
}
	
body {        
		overflow: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
}