diff --git a/www/src/components/overview/clusters/plural-cloud/EditPluralOIDCClients.tsx b/www/src/components/overview/clusters/plural-cloud/EditPluralOIDCClients.tsx index 5f8a1ef8d..5061cba10 100644 --- a/www/src/components/overview/clusters/plural-cloud/EditPluralOIDCClients.tsx +++ b/www/src/components/overview/clusters/plural-cloud/EditPluralOIDCClients.tsx @@ -154,7 +154,8 @@ export function EditPluralOIDCClients({ display: 'flex', flexDirection: 'column', flexGrow: 1, - overflow: 'auto', // FIXME: Scroll only table. + position: 'relative', + overflow: 'auto', }} > {isEmpty(oidcProviders) ? ( @@ -167,39 +168,46 @@ export function EditPluralOIDCClients({ }} > ) : ( -