Des barres de défilement fines (thin scrollbars)

Ajoutez ces instructions dans votre document HTML :

<style type= »text/css »>

     ::-webkit-scrollbar {

     width: 5px;

     height: 5px;

     }

     ::-webkit-scrollbar-thumb {

     background-color:#808080;

     }

</style>