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({ }} > ) : ( - +
+
+ )}
setCreateOpen(true)} css={{ ...theme.partials.text.body2Bold, + backgroundColor: theme.colors['fill-two'], alignItems: 'center', borderTop: theme.borders['fill-two'], display: 'flex', justifyContent: 'space-between', padding: theme.spacing.small, + position: 'sticky', + bottom: 0, + right: 0, + left: 0, '&:hover': { backgroundColor: theme.colors['fill-one-hover'],