fix: make IDM page scrollable
This commit is contained in:
@@ -10,6 +10,7 @@ import {
|
||||
DismissibleAlert,
|
||||
FormField,
|
||||
LoadingFrame,
|
||||
PageScrollViewport,
|
||||
PageTitle,
|
||||
StatusBadge,
|
||||
TableActionGroup,
|
||||
@@ -569,6 +570,7 @@ export default function IdmPage({ settings, auth }: IdmPageProps) {
|
||||
];
|
||||
|
||||
return (
|
||||
<PageScrollViewport>
|
||||
<div className="content-pad idm-page">
|
||||
<div className="page-heading split idm-heading">
|
||||
<div>
|
||||
@@ -638,6 +640,7 @@ export default function IdmPage({ settings, auth }: IdmPageProps) {
|
||||
</LoadingFrame>
|
||||
{renderAssignmentDialog()}
|
||||
</div>
|
||||
</PageScrollViewport>
|
||||
);
|
||||
|
||||
function renderAssignmentDialog() {
|
||||
|
||||
Reference in New Issue
Block a user