.comment-edit {
  height: 100%;

  &.grid {
    height: 100%;
    grid-template-rows: auto minmax(0, 1fr);
  }

  // setting wysiwyg height to 100%
  // sc-wysiwyg,
  // quill-editor,
  // .sc-wysiwyg {
  //   height: 100%;
  // }

  // quill-editor {
  //   display: flex;
  //   flex-direction: column;

  //   .ql-container.ql-snow {
  //     flex: 1;
  //     overflow: auto;
  //   }
  // }
}
