Commit d390c37
committed
fix: restore brand text on iOS by isolating from backdrop-filter
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 svg1 parent 6d700a9 commit d390c37
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
0 commit comments