wp-front-end-editor
wp-front-end-editor copied to clipboard
Tools popup always overlay selected text
When you select a word or phrase the tools mini-pop is placed in front of the selected text instead of above, preventing the user from viewing the changes that are being made.
What a brilliant plugin btw.
@lmartins This may be particular to your theme - have you tried other themes to check if this is the case for all of them?
I've tried a few of my themes, but they do share most of it's codebase. I'll try the default themes and report back here once I confirm that. Thank you for the support.
I've had issues with themes that apply box-sizing: border-box
because WP Editor versions of TinyMCE assume box-sizing: content-box
by default. Worth checking...
Well, that's most likely the cause then because I use border-box
everywhere. I'll investigate if I can find a workaround and post it here.
@lmartins Nice one - that would be very helpful for many theme devs I suspect.
Is this still an issue?