fix: show scrollbar on grid row form only if needed
This commit is contained in:
parent
5bcfa65b9e
commit
8c4ff3e381
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@
|
|||
|
||||
.grid-form-body {
|
||||
max-height: 80vh;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue