Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Proposal: Scroll Past End #33

Open
atilacamurca opened this issue Sep 28, 2016 · 1 comment
Open

Proposal: Scroll Past End #33

atilacamurca opened this issue Sep 28, 2016 · 1 comment

Comments

@atilacamurca
Copy link

Usually the last lines of text is the most difficult to read, because they're at the bottom of the screen. One common solution is to create a Scroll Past End option
(see atom/atom#3619).

That way the last lines of the text still can be on the center of the screen.

@Phlow
Copy link

Phlow commented Dec 19, 2016

Just add padding at the bottom via css – Much easier.

Open /styles/website.css

and add

.page-inner {
    padding-bottom: 340px;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants