التصميم والموارد
Scrollbar CSS مولد
إنشاء custom scrollbar CSS.
الإدخال
Scrollbar CSS مولد
scrollbarcssuiwebkit
الإخراج
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
أدوات مشابهة
Accordion CSS مولد
إنشاء accordion panel CSS.
Avatar Stack CSS مولد
إنشاء overlapping avatar stack CSS.
Border Radius مولد
إنشاء border-radius CSS من corner values.
Floating Label Input CSS مولد
إنشاء floating label input CSS.
Focus Ring CSS مولد
إنشاء accessible focus-ring CSS.
Gradient Border CSS مولد
إنشاء gradient border CSS styles.