From 4fc85684eaae5d06619f3c73e1dfa807589c47b8 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Fri, 27 Feb 2026 06:23:08 +0800 Subject: [PATCH] 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 --- frontend/src/components/admin/IAMPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/admin/IAMPage.tsx b/frontend/src/components/admin/IAMPage.tsx index f7fc357..aed1a85 100644 --- a/frontend/src/components/admin/IAMPage.tsx +++ b/frontend/src/components/admin/IAMPage.tsx @@ -127,7 +127,7 @@ export default function IAMPage() { ) : !users?.length ? (

No users found.

) : ( -
+