/**
 * Allow Admin header menu sites list to overflow
 */
ul#wp-admin-bar-my-sites-list {
  overflow: scroll;
  max-height: calc(100vh - 108px);
}
