Comment faire un défilement horizental actif pour le menu Navbar dans l'écran mobile

.nav{
	white-space:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
}
Matio