﻿


/* Override styles in order to get a resizable editor with scrollbar */

.ql-container.ql-snow {
  height: auto;
}

.ql-editor {
  height: 100px;                    /* Default height */
  resize: vertical;                 /* Resizable */
  overflow-y: scroll;               /* Scrollbar */

  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
}
