
html, body { height: 100% }

.ql-container {
  min-height: 10rem;
  height: 85%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ql-editor {
  height: 100%;
  flex: 1;
  overflow-y: auto;
  width: 100%;
}

