Fix IAM user actions dropdown clipped by overflow-x-auto

The table wrapper's overflow-x-auto forced overflow-y to also clip,
hiding the 3-dot actions dropdown below the container boundary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kyle 2026-02-27 06:23:08 +08:00
parent 2438cdcf25
commit 4fc85684ea

View File

@ -127,7 +127,7 @@ export default function IAMPage() {
) : !users?.length ? (
<p className="px-5 pb-5 text-sm text-muted-foreground">No users found.</p>
) : (
<div className="overflow-x-auto">
<div>
<table className="w-full text-sm">
<thead>
<tr className="border-b border-border bg-card-elevated/50">