mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
> div {
|
> div {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user