HomePage › Forums › Traveler › Unresponsive text editor with upgrade › Reply To: Unresponsive text editor with upgrade
Hello
That problem caused by latest wordpress version. You can use this css code in Traveler Settings > Styling Options > Custom Css to fix it.
mce-container.mce-panel.mce-floatpanel.mce-popover.mce-bottom.mce-start{z-index:9999999!important;}
.mce-panel.mce-menu{
z-index:9999999!important;
}
Thanks