Manage content that exceeds its container boundaries and customize sleek dark mode scrollbars.
1. Overflow Values
⊞Code Example
.scroll-box {
max-height: 300px;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #04AA6D #0c1328;
}
Manage content that exceeds its container boundaries and customize sleek dark mode scrollbars.