fix: field container height to avoid scroll
This commit is contained in:
parent
f4bd62c010
commit
c66236eea8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ export default {
|
|||
}
|
||||
|
||||
.fields-container {
|
||||
max-height: calc(100vh - 22rem);
|
||||
max-height: calc(100vh - 26rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue