Skip to content
New issue

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

Writing in the bottom of the screen #5580

Closed
maximebj opened this issue Mar 13, 2018 · 3 comments
Closed

Writing in the bottom of the screen #5580

maximebj opened this issue Mar 13, 2018 · 3 comments
Labels
[Feature] Writing Flow Block selection, navigation, splitting, merging, deletion...

Comments

@maximebj
Copy link
Contributor

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...)

capture 2018-03-13 a 09 21 04

How about adding some extra scrollable space in the bottom to avoid that ?

@jasmussen
Copy link
Contributor

Pretty sure this issue will be fixed when #4775 lands.

@ketanumretiya030
Copy link

ketanumretiya030 commented Mar 13, 2018

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}

@mtias mtias added the [Feature] Writing Flow Block selection, navigation, splitting, merging, deletion... label Mar 14, 2018
@youknowriad
Copy link
Contributor

Unless I missed something, this works properly now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Writing Flow Block selection, navigation, splitting, merging, deletion...
Projects
None yet
Development

No branches or pull requests

5 participants