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
Can we please add a problem statement here so it's easier to understand what upgrading to popover would be solving? Given the linked audit issue, I assume it has to do with the z-index?
:wave-darkgreen: We have a couple of z-index-related issues with our use ofAnchoredOverlay (see screenshots). The containing div already has z-index: 1 (we didn’t explicitly set this, so I guess the component does it by default), and setting a z-index on the contained div.Overlay__StyledOverlay-* class doesn’t help. I’ve also tried setting a z-index: -1 on the TimelineBreak element, but that causes other visual issues. Any suggestions for how we can avoid this problem? :thank-you2:
keithamus at 2024-07-03 12:02 BST
Setting a very high z-index would be better but really we should make anchoredoverlay a popover
Description
<AnchoredOverlay>
needs to be upgraded topopover
Steps to reproduce
.
Version
v36
Browser
No response
The text was updated successfully, but these errors were encountered: