Hube2 / acf-medium-editor

Configurable Medium Editor WYSIWYG Field for ACF5 Pro
77 stars 10 forks source link

Increase the z-index so it appears over modals #20

Open elliottmangham opened 6 years ago

elliottmangham commented 6 years ago

Hi,

First of all, great job with the plugin - it's fantastic!

The issue I'm having though is that the pop-up (when highlighting text) displays below modals.

screen shot 2018-03-23 at 11 28 27

FYI - I am using this plugin: https://wordpress.org/plugins/acf-flexible-content-modal/

As a temporary fix, I have been adding the following to my admin CSS: .medium-editor-toolbar { z-index: 99999 !important; } (literally added another "9")

Please address 😊

Thank you

Hube2 commented 6 years ago

More than likely the other plugin has a really high z-index to deal with the same thing that caused me to set it to 9999 in the first place, to deal with the extremely high indexes set by WP in the admin. I will look at this as soon as I can.

elliottmangham commented 6 years ago

Hey @Hube2,

No worries, thank you! Adding another 9 solved it for me.