.scroll-box {
    background: #000000;
    border: 2px solid #FFFFFF;
    height: 300px; /* maximum height of the box, feel free to change this! */
    padding: 15px;
    overflow-y: scroll;
}