.dropdown-menu.scrollable {
    max-height: calc(100vh - 80px);
    overflow: auto;
}