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

Allow scrolling down even if no contents below #3405

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

szdytom
Copy link

@szdytom szdytom commented Aug 17, 2022

Q A
Bug fix? no
New feature? yes
Breaking changes? no
Deprecations? no
New tests added? not needed
Fixed tickets Issue #3244
License MIT

Description

This pull request adds a padding of one screen height at the bottom of editor container. This allows users to scoll down even if no contents below, so we don't need to fix our eyes on the very bottom of the screen when adding new lines. Many editors, such as VS Code or Sublime Text, already have this feature, so I belive it is nessery to add it.

add a padding of 1 screen height at the buttom of editor container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants