.msg-panel{
  overflow-y: auto;
  max-height: 100%;

  .alert-message{
    max-height: 100px;
    overflow-y: auto;
  }
}
