form.comment-form {
  .ck-editor__editable {
    max-height: unset !important;
    overflow-y: unset !important;
  }

  .messages--error {
    margin-left: 0;
  }
}

.stop-scrolling {
  scroll-behavior: auto !important;
}
