.message-panel {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  gap: 1rem;

  trix-toolbar {
    display: none !important;
  }
}
