HomePage › Forums › STEEL › In steel theme – about one query › Reply To: In steel theme – about one query
Hello
That problem come from wordpress version 4.8.1. You can use this css code 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