.navbar .dropdown-menu {
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}
