Jens,
Found this: inserted in my global css,
This display all track or maximum height
.cue-playlist .cue-tracks {
max-height: none;
}
This is how to adjust for a specific height (600px) or whatever you need
.cue-playlist .cue-tracks {
max-height: 600px;
}