Authored by 陈峰

change editor full-screen z-index

.vue-html5-editor > .content {
.vue-html5-editor:not(.full-screen) > .content {
max-height: 500px;
}
.vue-html5-editor {
position: relative;
&.full-screen {
z-index: 1003 !important;
}
}
... ...