.resizable-content {
    min-height: 200px;
    min-width: 400px;
    resize: both;
    overflow: auto;
    max-height: fit-content;
    max-width: fit-content;
  }