🧹 Tech Debt
The Ok Breakpoint column uses an anchored region for its menu; with the new pinned column feature of the table, position: sticky for the pinned cell is creating a new stacking context above the anchored region that it can't fight. There is a workaround in the breakpoint column for now, but we should try to use the popover API to fix this in that column.
The position sticky for the pinned cell created a new stacking context above the anchored region it can't fight.
From PR Review
🧹 Tech Debt
The Ok Breakpoint column uses an anchored region for its menu; with the new pinned column feature of the table, position: sticky for the pinned cell is creating a new stacking context above the anchored region that it can't fight. There is a workaround in the breakpoint column for now, but we should try to use the popover API to fix this in that column.
The position sticky for the pinned cell created a new stacking context above the anchored region it can't fight.
From PR Review