fix: show scrollbar on grid row form only if needed

This commit is contained in:
git-avc 2025-11-30 23:01:21 +01:00
parent 5bcfa65b9e
commit 8c4ff3e381

View file

@ -521,7 +521,7 @@
.grid-form-body {
max-height: 80vh;
overflow: scroll;
overflow: auto;
}
}