Opened 2 years ago
Closed 20 months ago
#60462 closed enhancement (duplicate)
Twenty Twenty: Cover template overflows browser bar on mobile
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | trivial | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch needs-testing |
| Focuses: | css | Cc: |
Description
Hey there!
Twenty Twenty's cover template fills the whole background with the article image. This works as expected on desktop. On mobile however, some content gets covered by the browser bar.
Replacing vh with dvh fixes that:
.screen-height { min-height: 100dvh; }
Attachments (1)
Change History (10)
This ticket was mentioned in PR #6062 on WordPress/wordpress-develop by twiddler.
2 years ago
#1
- Keywords has-patch added
#2
@
2 years ago
- Component changed from Themes to Bundled Theme
- Focuses css added; ui removed
- Keywords changes-requested removed
- Version trunk deleted
#4
@
22 months ago
- Keywords needs-testing added
It would be great to get some testing on this to ensure we discover if this is still an issue and if we want to progress.
#5
@
21 months ago
I am able to reproduce the issue on using the WordPress Playground. The arrow is not visible.
But I have not been able to test the PR. I am trying to test it from my mobile using WordPress Playground, since I can not reproduce the issue locally using the browser tools.
I am not sure if there is a problem because the tests failed, or if there is a problem with Playground itself.
Hey there! :wave:
Twenty Twenty's cover template fills the whole background with the article image. This works as expected on desktop. On mobile however, some content gets covered by the browser bar.
Replacing
vhwithdvhfixes that:Trac ticket: https://core.trac.wordpress.org/ticket/60462