estilos de scroll css
.contenedor {
/*Estilos estándar experimentales (Principalmente Firefox)*/
scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
scrollbar-width: thin;
}
estilos de scroll css
.contenedor {
/*Estilos estándar experimentales (Principalmente Firefox)*/
scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
scrollbar-width: thin;
}
estilos de scroll css
.contenedor {
margin: 2rem auto;
border: 1px solid #aaa;
height: 300px;
width:90%;
max-width: 400px;
background: #f1f2f3;
overflow:auto;
box-sizing: border-box;
padding:0 1rem;
}
/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/
.contenedor::-webkit-scrollbar {
-webkit-appearance: none;
}
.contenedor::-webkit-scrollbar:vertical {
width:10px;
}
.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
display: none;
}
.contenedor::-webkit-scrollbar:horizontal {
height: 10px;
}
.contenedor::-webkit-scrollbar-thumb {
background-color: #797979;
border-radius: 20px;
border: 2px solid #f1f2f3;
}
.contenedor::-webkit-scrollbar-track {
border-radius: 10px;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us