After updating my site facla.ro to WordPress 6.8, I noticed a UI issue in the post editor.
A resize handle now appears below the meta boxes section (used by plugins like SEOPress), and suddenly, the auto-scroll behavior is gone — I have to drag the handle manually to reveal the full meta box content.
This wasn’t the case in WordPress 6.7.
Example setup:
- WordPress 6.8
- SEOPress plugin
- Mismo theme
- No Gutenberg plugin
- Tested in Chrome & Firefox
As a temporary fix, I used the WP Downgrade plugin to revert to WP 6.7 — everything works fine again.
Has anyone else run into this after the update? Is this a bug or an intentional editor change?
Top comments (3)
To fix add this to an admin applied CSS
Here is how you can add a script
/css/admin.css
from a theme.I have this exact same problem. My site users rely heavily on metaboxes and now when testing the 6.8 I'm seeing that their workspace that is in part in the metabox area of the editor is hidden.
I'm looking into ways to revert to previous behavior : so that the meta box comes after the content of the page, sequentially. Not in a panel that you open with a handle.
This is the kind of UI change that makes me question my future reliance on WP honestly. This is not even listed in the "changes"
And apparently it's how it is and they don't provide a way to switch modes
wordpress.org/support/topic/remove... 🤦