mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix(plugin-manager): fix issue with inability to scroll on plugin management page (#4837)
This commit is contained in:
parent
93447bc8f8
commit
07c3428b9e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user