.scrollable-pane {
    height: calc(100vh); /* full-visible-height */
    overflow-x: hidden;
    overflow-y: auto;
}
