.object_field_type_wysiwyg {
  .ql-container:not(.singleline) {
    overflow-y: auto;
  }

  .singleline .ql-editor {
    overflow-y: hidden;
  }

  .x-panel-bodyWrap {
    &:after {
      clear: both;
      content: '';
      display: table;
    }

    > .x-panel-body {
      overflow: hidden !important;
    }
  }

  .x-autocontainer-outerCt {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .x-autocontainer-innerCt {
    flex: 1 1 auto;
  }

  .pimcore_editable_wysiwyg {
    max-height: 245px;
  }
}