.chat-contacts-state-content-wrapper {
  overflow: auto;
  flex-direction: column;
}

.chat-contacts-state {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 100%;
}

.chat-contacts-content {
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  overflow: hidden;
  padding-top: 0;
  flex: 1;
}

.chat-contacts-content .chat-contacts-navbar {
  display: flex;
}

.chat-contacts-content .navbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}