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
I am getting a visual glitch in the care card arrows in Safari - this seems to be caused when a parent container has display and position set and overflow hidden (not sure quite what combination cause it though).
Bug Report
I am getting a visual glitch in the care card arrows in Safari - this seems to be caused when a parent container has display and position set and overflow hidden (not sure quite what combination cause it though).
@anandamaryon1 may have diagnosed it as this issue.
The fix seems to be to set
transform: translateZ(0);
on a parent to the arrow.What steps are required to reproduce the issue?
What was the environment where this issue occurred?
The text was updated successfully, but these errors were encountered: