.externalContact {
  height: 100%;
  .contactList {
    flex: 1;
    // height: calc(100% - 53px);
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
