Fix IAM actions dropdown rendering behind System Settings card
Add relative z-10 to the Users Card so its stacking context sits above the sibling System Settings Card. Without this, the absolutely-positioned dropdown menu was painted behind the later sibling in DOM order. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0f6e40a5ba
commit
94891d8a70
@ -123,8 +123,8 @@ export default function IAMPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* User table */}
|
{/* User table — relative z-10 so action dropdowns render above sibling cards */}
|
||||||
<Card>
|
<Card className="relative z-10">
|
||||||
<CardHeader className="flex-row items-center justify-between flex-wrap gap-2 md:gap-3">
|
<CardHeader className="flex-row items-center justify-between flex-wrap gap-2 md:gap-3">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<div className="p-1.5 rounded-md bg-accent/10">
|
<div className="p-1.5 rounded-md bg-accent/10">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user