fix: field container height to avoid scroll

This commit is contained in:
Faris Ansari 2021-09-16 13:40:02 +05:30
parent f4bd62c010
commit c66236eea8

View file

@ -201,7 +201,7 @@ export default {
}
.fields-container {
max-height: calc(100vh - 22rem);
max-height: calc(100vh - 26rem);
overflow-y: auto;
}