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
In #27133 to remove the double border at the bottom, cards inside an accordion got overflow: hidden done. This means that position: sticky doesn't work (my guess is that because the browser is hiding things that are overflowing, sticky doesn't trigger?).
The codepen attached replaces that with a removal of the border - since that's what we're actually trying to achieve but I'm not 100% sure that's the right solution.
The text was updated successfully, but these errors were encountered:
In #27133 to remove the double border at the bottom, cards inside an accordion got overflow: hidden done. This means that
position: sticky
doesn't work (my guess is that because the browser is hiding things that are overflowing, sticky doesn't trigger?).The codepen attached replaces that with a removal of the border - since that's what we're actually trying to achieve but I'm not 100% sure that's the right solution.
The text was updated successfully, but these errors were encountered: