fix(plugin-manager): fix issue with inability to scroll on plugin management page (#4837)
Some checks are pending
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run

This commit is contained in:
Zeke Zhang 2024-07-07 14:57:13 +08:00 committed by GitHub
parent 93447bc8f8
commit 07c3428b9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,7 +327,7 @@ const layoutContentClass = css`
display: flex;
flex-direction: column;
position: relative;
overflow-y: hidden;
overflow-y: auto;
height: 100vh;
> div {
position: relative;