PeakTai / vue-html5-editor

An html5 wysiwyg editor for vue
Apache License 2.0
949 stars 247 forks source link

fullscreen with multiple instances #109

Open coderofsalvation opened 6 years ago

coderofsalvation commented 6 years ago

Problem:

The .toolbar has z-index:1001, while the whole editor has z-index:1000. When activating fullscreen on an instance, the .toolbar of the small editor will overlap the fullscreen text.

Solution

set .toolbar to z-index:1000