Drop Down Boxes not working
-
I found this but do not know how to override the core style css. After inspecting the elements:
element.style { border-width: 1px; z-index: 65536; left: 600px; top: 31px; width: 175px; display: none; }
z-index needs to be pushed up to 99999 or 999999 !important;
This needs to be done in the wp-includes/css/editor.css?ver=4.8.1
The problem is messing with core files you need hook via function.php so this fix stay put on the next update if they do not apply this to it.Any answers to resolve this now that I located the issue?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Drop Down Boxes not working’ is closed to new replies.