WP 6.8: Meta boxes no longer auto-scroll due to new resize handle

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>';
});

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)