New block editor z-index issue. Link options are hidden at the bottom of the page #63795
Closed
2 tasks done
Labels
[Type] Bug
An existing feature does not function as intended
Description
When you are editing text in the new block editor if your text is on the bottom of the page and you are trying to add/edit a link, the options are hidden if you have some options for example seo options. This is due to no z-index on the class .editor-visual-edit. A simple z-index: 5 will do the trick
Step-by-step reproduction instructions
Go to New Post
Add a long Text
Try to add a link at a bottom text
Screenshots, screen recording, code snippet
.editor-visual-editor {
align-items: center;
background-color: #ddd;
display: block;
height: 100%;
isolation: isolate;
position: relative;
z-index: 5;
}
Any positive z-index will fix the problem
Environment info
WordPress 6.6 fresh install
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: