.euiMarkdownEditor {
  display: flex;
  flex-direction: column;

  &--isPreviewing {
    .euiMarkdownEditor__toggleContainer {
      display: none;
    }
  }

  &--fullHeight {
    height: 100%;

    .euiMarkdownEditorTextArea {
      resize: none;
    }

    .euiMarkdownEditorDropZone {
      height: 100%;
    }
  }
}
