.scroll-box {
    background: #eee;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 400px; /* maximum height of the box, feel free to change this! */
    padding: 10px;
    overflow-y: scroll;
}