ckeditor z-index on textarea resize

2019-09-05 23:31发布

I am using ckeditor in a page with a 2 columns layout. The left column has a form with a ckeditor in it, and the right column has an image and some content.

It's possible to resize the ckeditor textarea by dragging the bottom right corner, but the ckeditor window goes "under" the image/content in the right column.

It's like the z-index of the ckeditor is inferior to the image/content in the other column, and I would like to change this behavior so the ckeditor goes "above" the image.

Is it possible?

2条回答
冷血范
2楼-- · 2019-09-05 23:48

Old post but hopefully someone will find this helpfull. Add this to your config.js : config.baseFloatZIndex = 100001

查看更多
3楼-- · 2019-09-05 23:59

Did you try putting the CKEditor in a div which has z-index higher than the right column div(or whatever). I can think about this simplest solution right away without testing it.

查看更多
登录 后发表回答