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
- Woocommerce-the quantity and price next to the shopping cart pattern are not updated
- WP_DEBUG is not set, but I’m still getting warnings
- after_setup_theme always runs
- Control verbosity level of WP DEBUG?
- 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?
- Uploaded images don’t show in Media Library if there are special characters in IPTC Keywords
- Suppress deprecated notices
- How to individually set WP_DEBUG on a sub-directory multisite?
- Prevent notice and warnings in error_reporting?
- Admin sidebar items overlapping in admin panel
- is_category() function
- Why is wordpress removing some unicode characters (e.g. some emojis) when I save my post?
- Disable Debug Log Programmatically
- WordPress Errors in generated by theme check plugin [closed]
- error_log is not working as expected in functions.php file
- What does this message from WP_DEBUG mean?
- get_template_directory_uri does not seem to work when defining WP_CONTENT_DIR
- No longer able to attach S3 bucket files to emails being sent by WordPress due to PHPMailer security update
- Prevent wp_debug from polluting ajax within plugin
- WordPress gallery previous/next buttons showing all media library images
- add_sub_menu page() to be replaced by add_theme_page()
- Programmatically insert hierarchical terms & set terms for post causes glitch? [duplicate]
- Possible bug: update_user_meta is updating two unique meta entries
- Using debug log in production, is that a security concern?
- Notice: Undefined index: suppress_filters
- Password Protected page not asking for a password
- How to show the error causing the ‘There has been a critical error on your website’?
- List $wp_admin_bar menu items (debug)
- WordPress Odd migration issue
- Can’t login unless twentyfifteen theme is active
- Adminbar Missing “Edit Page”
- Plugins Page invisible / white
- How do you change error reporting to only show errors in WordPress?
- WP_DEBUG must be on, otherwise edit post or page will show 404 error
- WordPress customizer Preview not loading
- WordPress not writing error.log
- PHP-FPM WordPress Debug
- Default image size not working
- XAMPP-VM Mac OS Mojave wordpress debugging using XDebug
- Custom Menu Broken WP 3.8.1 Update
- Style WP_Debug?
- Is it possible to enable and disable wp debug from functions.php?
- Meta Query doesn’t works as espected
- WordPress debug messages not displaying
- Post images are not displayed on the front page
- Show all posts shows a blank white page in WP 4.2.2 [closed]
- Undefined index: id, when I save the options [closed]
- How to debug ‘Notice: Undefined index’ on a Request[‘action’]
- Getting a WordPress Debug Strategy
- website has a bug
- Password not resetting on wordpress?
- WordPress Cron job, 302 response
- Why is switching between themes breaking my child theme?
- Add post overwriting permalink from previous post in 4.6
- Visual composer causing conflict with TinyMCE [closed]
- WP_editor problem
- Saving widget gets an undefined variable
- Is this a wordpress bug? get_comment_link auto shoots when user visits his dashboard
- Best Browser for Editing Posts
- Problem saving wordpress settings with current version. Is it a bug?
- How to receive notification of deprecated API elements and functions?
- Undefined index error on options array element?
- Featured Images most often doesnt appear
- WooCommerce variable product can not add to cart using ajax after updating latest version of WooCommerce
- Received Updateing failed. not a valid JSON response. linked with _locale=user
- Fixed: Console.log twice in the edit function
- There is no any line related the error but it says critical error
- error log is going to the wrong location, WP_DEBUG_LOG is ignored
- How to display only specific Error types in debug.log? No notices, warnings, etc
- A bug happens in the Footer and the code keeps appearing
- How do I specify where to save the debug.log?
- Multi line of $wpdb->query just run 1 time and end the loop right after
- Product slider not showing when clicking on tabs
- Notice: Undefined index: post_title error
- Site has fake users registered with a similar pattern in username and email
- Meta key in wp_query bug?
- Cannot use old slug – it just 301s to site home page
- Cannot read property ‘hasClass’ of undefined(…) jquery-ui
- WordPress 4.4.2, _s starter theme, problems with custom default header
- Undeletable posts, users or other content
- Saving Post redirects to 404 page when php $_GET variable in post body
- The Commercial tab is missing from the Plugins page when trying to update Types 1.7
- WordPress templates bug
- TinyMCE strips content while pasting. Possibly a bug
- WP Debug set to true but still wsod
- Undefined offset: 2
- Is this a WordPress security bug?
- How to solve react dom ‘removeChild’ on Node error while google translate extension is on and selecting any core block [closed]
- Fatal error trace not shown in development setup
- Paste Function Broken
- thumbnail_width not working in wordpress most popular post plugin
- Warning: Constant WP_DEBUG already defined
- I cannot generate new sitemap on my wordpress website
- wp-config debug ‘false’ or ‘true’