.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}