Draft
Conversation
1ebf788 to
17f8083
Compare
Shibuya's .sy-head-blur uses -webkit-backdrop-filter: blur(), which causes -webkit-background-clip: text on sibling elements to silently fail in iOS Safari — making the 'UltraPlot' nav link invisible. Adding isolation: isolate to .sy-head-brand creates a new stacking context, shielding the gradient text compositing from the blur layer. Restore svg
27526c2 to
d390c37
Compare
Plain text in .sy-breadcrumbs-inner was invisible on iOS while CSS-mask icons in the same bar rendered fine. Caused by the sticky header's -webkit-backdrop-filter creating a GPU layer that disrupts adjacent sticky elements' text rendering path. transform: translateZ(0) on .sy-breadcrumbs-inner promotes it to its own compositing layer, isolating text rendering from the blur layer. Also consolidates the related isolation: isolate comment for the existing header brand gradient fix.
The ▸ (U+25B8) character used in the right-sidebar TOC toggle button was not guaranteed to be present in iOS system fonts, causing it to render as a "□?" tofu box on iOS. Replace with a CSS border-based right-pointing triangle that requires no font support and rotates cleanly to the down position on expand.
Collaborator
Author
|
Doesn't fix it. Will try again later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On iOS there is a missing logo -- which bugs me. I think this is an issue with the div not being rendered properly.
Will check if this fixes it.