diff --git a/webui/src/features/IdmPage.tsx b/webui/src/features/IdmPage.tsx index 11a2f0a..cdec482 100644 --- a/webui/src/features/IdmPage.tsx +++ b/webui/src/features/IdmPage.tsx @@ -10,6 +10,7 @@ import { DismissibleAlert, FormField, LoadingFrame, + PageScrollViewport, PageTitle, StatusBadge, TableActionGroup, @@ -569,6 +570,7 @@ export default function IdmPage({ settings, auth }: IdmPageProps) { ]; return ( +
@@ -638,6 +640,7 @@ export default function IdmPage({ settings, auth }: IdmPageProps) { {renderAssignmentDialog()}
+ ); function renderAssignmentDialog() {