.tokens-list {
    overflow: hidden;
    max-height:250px;
}

.tokens-list.expanded{
    max-height:none;
}