@import '../../style/themes/default.less';

@chat-panel: ~'@{st-prefix}-chat-panel';
.@{chat-panel} {
  display: flex;
  flex-direction: column;
  width: 100%;
  // min-height: 260px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
