fix: link field issue with scrollable child table
This commit is contained in:
parent
9fd891d01e
commit
4aa02f8004
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue