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