Design e Recursos
Scrollbar CSS Gerador
Gerar custom scrollbar CSS.
Entrada
Scrollbar CSS Gerador
scrollbarcssuiwebkit
Saída
Scrollbar CSS Generator
.scroll-shell {
max-width: 360px;
max-height: 170px;
overflow: auto;
border-radius: 12px;
background: white;
color: #0f172a;
padding: 14px;
border: 1px solid rgba(15,23,42,0.08);
}
.scroll-shell::-webkit-scrollbar {
width: 10px;
}
.scroll-shell::-webkit-scrollbar-thumb {
background: #2563eb;
border-radius: 999px;
}
.scroll-shell::-webkit-scrollbar-track {
background: #e2e8f0;
border-radius: 999px;
}Live preview
Live canvas
Ferramentas relacionadas
Accordion CSS Gerador
Gerar accordion panel CSS.
Avatar Stack CSS Gerador
Gerar overlapping avatar stack CSS.
Border Radius Gerador
Gerar border-radius CSS de corner values.
Floating Label Input CSS Gerador
Gerar floating label input CSS.
Focus Ring CSS Gerador
Gerar accessible focus-ring CSS.
Gradient Border CSS Gerador
Gerar gradient border CSS styles.