1

I have used a react modal to display the tinyMCE editor.When I load the editor in that modal the editors appears.The issue is the drop downs within the tinyMCE are not working.

EX: block_formats drop down not working
Susampath
  • 706
  • 10
  • 13

1 Answers1

0

The issue was with the CSS Z-index. There was a conflict between the project bootstrap CSS z-index and the TinyMCE CSS z-index.

Susampath
  • 706
  • 10
  • 13