.block-wa-connect-notify-block{
  position: fixed;
  bottom: 5%;
  right: 5%;
}

.notify__container{
  background: aquamarine;
  overflow-y: scroll;
  max-height: 300px;
  min-height: 300px;
  width: 250px;
}

.none{
  display: none;
}
