html, body {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

#app {
    height: 100%;
}

.ck-editor__editable_inline {
    min-height: 400px;
}