fix[Tinmyce]: fiexd fullscreen ui bug

This commit is contained in:
Pan 2018-03-19 17:19:13 +08:00
parent 0fcbf4b53b
commit 4aa9345d90

View file

@ -153,7 +153,10 @@ export default {
<style scoped>
.tinymce-container {
position: relative
position: relative;
}
.tinymce-container>>>.mce-fullscreen {
z-index: 10000;
}
.tinymce-textarea {
visibility: hidden;