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

Admin panel not scrollable on iPhone #9494

Closed
andreaswwjd opened this issue Mar 10, 2018 · 3 comments · Fixed by TryGhost/Admin#1131
Closed

Admin panel not scrollable on iPhone #9494

andreaswwjd opened this issue Mar 10, 2018 · 3 comments · Fixed by TryGhost/Admin#1131
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly good first issue [triage] Start here if you've never contributed before. help wanted [triage] Ideal issues for contributors to help with

Comments

@andreaswwjd
Copy link

Issue Summary

Issue 1: The admin panel scroll gets locked in x-direction on smaller devices like iPhone SE.
Issue 2: And also, the scrolling motion is not smooth on iOS Safari which gets really annoying!

Example

ghost_admin_scroll_issue

Clues

  1. Appears only on smaller devices (320px wide).
  2. Does not appear on Safari 11.0.3 macOS when set to emulate Safari iOS 11.0 iPhone SE in developer-mode.
  3. Issue 1 might have to do with long words not wrapping in the post description, or elipsis ... hanging outside the .gh-posts-list-item-element.
  4. I have seen issue 2 before, and then it was related to scrolling not set to the body-element and should also be solvable with some css. It first appeared with a iOS update some months ago.

Possible solutions

.gh-posts-list-item {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

Technical details:

  • Ghost Version: 1.21.1
  • Node Version: 8.9.1
  • Browser/OS: Safari iOS 11.2.6 iPhone SE
@kirrg001
Copy link
Contributor

@kevinansfield

@kirrg001
Copy link
Contributor

@kevinansfield Could you please either label this issue or close? Thanks :)

@kevinansfield kevinansfield changed the title Admin panel not scrollable on iPhone SE Admin panel not scrollable on iPhone Aug 20, 2018
@kevinansfield kevinansfield added bug [triage] something behaving unexpectedly affects:admin Anything relating to Ghost Admin labels Aug 20, 2018
@ErisDS ErisDS added good first issue [triage] Start here if you've never contributed before. help wanted [triage] Ideal issues for contributors to help with labels Jan 24, 2019
@KrisKodira
Copy link

KrisKodira commented Feb 22, 2019

I think this style:
-webkit-overflow-scrolling: touch;
on the parent element (that is holding the scrollable container) could fix the problem.

I had a similar problem with a web application once and this is what solved it.
I would be willing to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly good first issue [triage] Start here if you've never contributed before. help wanted [triage] Ideal issues for contributors to help with
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants