Charts · 23
Getting the menu out of the card
Chart 13 showed why z-index: 9999 cannot rescue a menu from inside a stacking context. This is the way out. The card below scrolls, has a transform and clips its content, which is every ordinary card in every product. Open the menu and switch strategy: watch it get clipped, then escape into the top layer, then stay attached to its button without a single line of JavaScript.
Sprint board overflow: auto · transform: translateZ(0)
Make the empty state legible
Fix the filter pills
Ship the chart index
Write the release notes
Rename the tokens
Next section position: relative; z-index: 1
Trapped. The menu is a child of the card, and the card scrolls, clips and has a transform, so it is clipped by the scroller and painted inside the card’s stacking context. Scroll the list: the menu goes with it and gets cut off at the edge. The 9999 does nothing, for the reason in chart 13.