estiar barra de rolagem em deferentes areas
Amigos, boa tarde..
Quero editar a barra de rolagem só de uma div..
Quando eu uso o:
::-webkit-scrollbar {
width: 15px;
height: 5px; }
::-webkit-scrollbar-track-piece {
background: #ff6000;
}
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background: #B84500;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: #000000;
}
muda a barra de rolagem do site inteiro.
Eu queria mudar somente de uma determinada div..
Tem como ??
Discussão (1)
Carregando comentários...