#fullscreeneditor {
    top: 5rem !important;
}

.ck-editor__main > .ck-editor__editable,
.ck-editor__main > .ck-source-editing-area {
	min-height: 100vh;
}

.CodeMirror {
	height: 100%;
	min-height: 100vh;
}

.ck-toolbar__items{
	flex-wrap:wrap !important;
}