fix(plugin-manager): fix issue with inability to scroll on plugin management page (#4837)

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;