Home › Forums › Basel support forum › Can't change font size – Issue with Visual composer? › Reply To: Can't change font size – Issue with Visual composer?
September 20, 2017 at 8:18 pm
#19933
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.mce-panel.mce-menu {
z-index:9999999!important;
}