fix: link field issue with scrollable child table

This commit is contained in:
Ejaaz Khan 2024-12-15 20:28:50 +05:30
parent 9fd891d01e
commit 4aa02f8004

View file

@ -591,12 +591,12 @@
display: block;
}
.form-grid-container {
overflow-x: clip;
}
.data-row.row {
flex-wrap: nowrap;
}
.frappe-control[data-fieldtype="Table"].form-group:has(.column-limit-reached) {
overflow-x: clip;
}
.column-limit-reached {
background-color: var(--subtle-accent);
border-top-left-radius: var(--border-radius-md);