@media (max-width: 768px) {
  #moreDropdown + .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
  }
}
