We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that, when there is no metabox after content, and when you write some content, you end up writting at the bottom of the screen.
I think it's not very comfortable to write, as people usually write in the middle / top of the screen (in Word, Gdocs...)
How about adding some extra scrollable space in the bottom to avoid that ?
The text was updated successfully, but these errors were encountered:
Pretty sure this issue will be fixed when #4775 lands.
Sorry, something went wrong.
Hi @jasmussen i found issue when you update active meta box at time hide its top section bottom content. update below style
editor/build/style.css
.editor-block-contextual-toolbar{position:-webkit-sticky;position:sticky;z-index:2;white-space:nowrap;text-align:left;pointer-events:none;height:37px;margin:-52px -15px 34px;top:55px}
to
.editor-block-contextual-toolbar{position:-webkit-sticky;position:sticky;z-index:2;white-space:nowrap;text-align:left;pointer-events:none;height:37px;margin:-15px -15px 34px;top:55px}
Unless I missed something, this works properly now.
No branches or pull requests
Hi,
I noticed that, when there is no metabox after content, and when you write some content, you end up writting at the bottom of the screen.
I think it's not very comfortable to write, as people usually write in the middle / top of the screen (in Word, Gdocs...)
How about adding some extra scrollable space in the bottom to avoid that ?
The text was updated successfully, but these errors were encountered: