You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The buttons used for skipping between stories are not visible on Safari browsers. This includes macOS and iPadOS Safari.
Reproduction Steps
Navigate to https://000615502.deployed.codepen.website with a browser that isn't Safari and open a story from the carousel. The skip buttons are correctly shown on either side of the story.
It appears to be an issue specific to how Safari determines z space which is pretty interesting.
In Safari, translateZ will override z-index. Check out this thread on if you're curios.
Remove the 1px translateZ on the active iframe, changing it to: transform: translate3d(0, 0, 0). This should be safe since the other iframe panels do not have a translateZ value.
Add a 2px translateZ on the buttons (not recommended since it's a patch)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Description
The buttons used for skipping between stories are not visible on Safari browsers. This includes macOS and iPadOS Safari.
Reproduction Steps
Navigate to https://000615502.deployed.codepen.website with a browser that isn't Safari and open a story from the carousel. The skip buttons are correctly shown on either side of the story.
Navigate to https://000615502.deployed.codepen.website with Safari. The buttons are not visible. They are functional and can be clicked, they are just invisible
Relevant Logs
No response
Browser(s) Affected
Safari
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response
The text was updated successfully, but these errors were encountered: