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

Mobile directory doesn't allow scrolling #577

Open
WorldsEndless opened this issue Oct 19, 2023 · 5 comments
Open

Mobile directory doesn't allow scrolling #577

WorldsEndless opened this issue Oct 19, 2023 · 5 comments
Assignees

Comments

@WorldsEndless
Copy link
Contributor

WorldsEndless commented Oct 19, 2023

https://odh.byu.edu/people/

image

Sometimes the text goes of screen, and cannot be scrolled to view (eg on phone)

@WorldsEndless
Copy link
Contributor Author

standard practice is for the mobile narrow dimensions to move the image to the top (above) the content

@keonawu5 keonawu5 self-assigned this May 6, 2024
@WorldsEndless
Copy link
Contributor Author

Notice that due to #582 there is not much data to be shown. Even so, choosing smaller dimensions (choosing them by entering a width, rather than choosing a small device) demonstrates the error.

@WorldsEndless
Copy link
Contributor Author

on the blog page, styled the .homepostsingle by removed display:grid and added text-wrap:nowrap. Also removed display: flex from @media only screen...

@WorldsEndless
Copy link
Contributor Author

Verified that this occurs in Safari mobile as well

@WorldsEndless
Copy link
Contributor Author

WorldsEndless commented May 20, 2024

Adding display:inline-block and white-space:nowrap to the body.mobile at https://github.com/BYU-ODH/wp-humanities-byu/blob/master/style.css#L4305 gives us back partial scrolling; something below us in the selectors must also be affecting us, as we only get partial scroll on refresh with that 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

4 participants