@use '../utils';

.str-chat__dropzone-container {
  @include utils.flex-row-center;

  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 5;

  p {
    margin: unset;
  }
}
