﻿ChatboxCanvas {
  flex-direction: column;
  align-items: flex-start;
  overflow: scroll;
  height: 230px;
  width: 400px;
  
  &.open {
    transition: opacity 100ms ease;
    opacity: 1;
  }
}