<style>
.overflow-scroll{
width:100px; height:100px;
overflow : scroll;
}
.webkit-overflow-scrolling{ -webkit-overflow-scrolling : touch }
</style>
.identifiant{width:100px; height:100px; overflow : scroll }
<div class="overflow-scroll">
<div style="width:150px; ">
Propriété -webkit-overflow-scrolling<br>Propriété -webkit-overflow-scrolling<br/>Propriété -webkit-overflow-scrolling<br>
</div>
</div>
.identifiant{width:100px; height:100px; overflow : scroll; -webkit-overflow-scrolling : touch }
<div class="overflow-scroll webkit-overflow-scrolling">
<div style="width:150px; ">Propriété -webkit-overflow-scrolling<br>Propriété -webkit-overflow-scrolling<br>Propriété -webkit-overflow-scrolling<br>
</div>
</div>
.identifiant{width:100px; height:100px; overflow : scroll }
.identifiant{width:100px; height:100px; overflow : scroll; -webkit-overflow-scrolling : touch }