Has a Temporary CSS solution. I hope WordPress at least makes this optional so users can disable it if they want to.
Add this to functions.php
add_action('admin_head', function () {
echo '<style>
.edit-post-meta-boxes-main.is-resizable {
height: auto !important;
min-height: 100% !important;
max-height: 900% !important;
overflow: visible !important;
}
.components-resizable-box__container.editor-resizable-editor {
height: auto !important;
}
.editor-visual-editor {
overflow: visible !important;
}
.edit-post-meta-boxes-main__presenter {
display: none !important;
}
:root :where(.editor-styles-wrapper)::after {
height: 10vh !important;
}
.block-editor-iframe__scale-container iframe {
min-height: 920px;
}
</style>';
});
Related Posts:
- Url having # at end [closed]
- Weird space in footer only in single.php when there are comments?
- Title tag wont change
- WordPress Visual Editor is not working
- Default styles overriding theme.json
- My Featured Image option suddenly disappeared
- Woocommerce-the quantity and price next to the shopping cart pattern are not updated
- Sending multipart (text/html) emails via wp_mail() will likely get your domain banned
- Define WP_DEBUG conditionally / for admins only / log errors (append query arg for all links?)
- Handle issues with change of image scaling (rounding) in 4.1 (WP Ticket #18532)
- How to check if debug is true and can I use it for my own code? [duplicate]
- How to define WP_DEBUG as true outside of wp-config.php?
- Suppress deprecated notices
- Debug.log file is never created?
- What is the best way to monitor PHP functions/executions?
- How to override WP_DEBUG for Ajax responses?
- Weird behaviour when adding terms/term_taxonomies programmatically
- Why are double-periods (“..”) invalid in a WordPress image filename?
- Dashboard says “no posts found” even though there are some posts
- How to debug when error_log not working as expected
- How do I set up Debugging?
- How to debug WordPress correctly?
- Adding rich text editor to my plugin
- error_log is not working as expected in functions.php file
- How can I set status=’publish’ for all featured images?
- wp_enqueue_script with dependencies doesn’t work
- WP_Query and using a variable for ‘cat’=> in the args array = WP Bug?
- add_sub_menu page() to be replaced by add_theme_page()
- Programmatically insert hierarchical terms & set terms for post causes glitch? [duplicate]
- Undefined constant with debug set to true
- Are .MP3 files with capital letter extensions allowed in [audio] shortcode?
- Possible bug: update_user_meta is updating two unique meta entries
- remove_menu_page breaks “Add media”
- Using debug log in production, is that a security concern?
- get_shortcode_regex() only matches first shortcode
- Password Protected page not asking for a password
- WordPress: Adding Security
- Wordpres debug.log PHP Notice: is_singular was called
- Same log message keeps on printing to debug.log file thousand of times
- List $wp_admin_bar menu items (debug)
- WordPress Odd migration issue
- Woocommerce: custom loop in product tabs breaks reviews tab
- Can’t login unless twentyfifteen theme is active
- Adminbar Missing “Edit Page”
- Failed to open stream: HTTP request failed! in \wamp\www\wordpress\wp-includes\class-http.php on line 929
- Plugins Page invisible / white
- Fixing WordPress’s Bug (failed to send buffer of zlib output compression) results in “White Screen of Death”
- WordPress not writing error.log
- Is there a way to append meta data without creating a race condition?
- Trying to Edit a Page but it sends me to a Product Edit page
- Wordress debug log is not working
- WP not logging in at first time
- Word count not accurate – potential bug
- Why does WordPress keep showing me error messages?
- Style WP_Debug?
- WordPress debug messages not displaying
- Why does WP_DEBUG only work after wp_debug_mode() is called? [closed]
- Undefined index: id, when I save the options [closed]
- Can I alter the block editor’s paste text behavior?
- I have this error notice ‘wp_enqueue_script was called incorrectly’ in my plugin
- Icons are missing from Visual Editor
- Password not resetting on wordpress?
- Warnings even when the WP_DEBUG set to false
- WordPress Cron job, 302 response
- Why is switching between themes breaking my child theme?
- Visual composer causing conflict with TinyMCE [closed]
- Strange bug on post/page save
- Is this a wordpress bug? get_comment_link auto shoots when user visits his dashboard
- Problem saving wordpress settings with current version. Is it a bug?
- Undefined index error on options array element?
- Featured Images most often doesnt appear
- Fixed: Console.log twice in the edit function
- A bug happens in the Footer and the code keeps appearing
- How do I specify where to save the debug.log?
- Media Dialog CSS broken in WP v.5.3.2
- Editing Pages Icons Are Not Showing Up – Why is this happening?
- Login issue in WordPress
- admin_post_(action) hook create console log error
- Woocommerce categories displayed on every category and shopping page
- Site has fake users registered with a similar pattern in username and email
- Meta key in wp_query bug?
- How to link file or image from wordpress plugin dir to theme by using themes function.php, is it possible?
- Unnessary character on post after restore
- Why doesn’t the Media Browser use thumbnail sized images?
- Saving Post redirects to 404 page when php $_GET variable in post body
- WP Knowledge Base Theme bug – Subcategories and Articles, Need to change WP_Query
- WP Debug set to true but still wsod
- javascript errors on mobile browser, not on desktop
- Pick your brain on wp-config.php if statement for multisite
- Notice: Trying to get property of non-object in options.php
- Disable PAGESPEED SCRIPT INJECTION to IMAGE in theme files [closed]
- why i cannot see some plugins while they are enabled on network admin page?
- Is this a WordPress security bug?
- Categories, tags and thumbnails panels are not visible in the Block editor’s post menu
- Automated WordPress update failed to complete – but all updates fail with code -1
- is_embed and is_search called incorrectly by wp_robots filter
- Warning: Constant WP_DEBUG already defined
- Content and design customizer does not match publication WordPress
- wp-config debug ‘false’ or ‘true’
- Critical Error on Pages – WP_DEBUG Not Showing Anything