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

On small screens, if there is a horizontal scroll-bar you can csroll far past the text boundary. #821

Open
Baa14453 opened this issue Jul 2, 2023 · 0 comments

Comments

@Baa14453
Copy link

Baa14453 commented Jul 2, 2023

Describe the problem:

On small screens, if there is a horizontal scroll-bar you can scroll far past the text boundary.
This is notable for mobile users.

Steps to reproduce:

  1. View a post in a low width resolution.
  2. Scroll horizontally.

Observed Results:

  • The website will scroll past the text boundary, exactly how far varies but gets worse as the screen gets smaller:
    image

I have added custom SCSS to fix this:

.content {
    article {
        p {
            text-align: left;
        }
    }
}

Would be interested to know of any impacts from this change.

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

No branches or pull requests

1 participant