.component-chat-container {
  flex: 1;
  font-size: 18px;
  // padding: 0 16px;
  overflow-y: auto;
  // height: calc(100vh - 54px);
  // display: flex;
  // align-items: flex-end;
  // transition: height ease-out 0.1s;
  // touch-action: none;
  &-message-container {
  }
}
