CSS SEULEMENT de la barre de défilement horizontale
::-webkit-scrollbar {
width: 5px; // width is the width of a vertical scrollbar
height: 5px; // height is the height of a horizontal scrollbar
}
Condemned Cheetah