/* publia-chat-v2.4.css */

.publia-chat-shell {
  box-sizing: border-box;
  max-width: 100%;
}

.publia-chat-body {
  background: #fafafa;
  box-sizing: border-box;
  overflow-y: auto;
}

.publia-history-list {
  max-height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
}
