Merge pull request #34978 from git-avc/child-form-width-sidebar
fix: child row form with sidebar expanded
This commit is contained in:
commit
f93d305983
1 changed files with 5 additions and 0 deletions
|
|
@ -519,6 +519,11 @@
|
|||
max-width: var(--page-max-width);
|
||||
}
|
||||
|
||||
// Adjust position when sidebar is expanded to avoid collision
|
||||
.body-sidebar-container.expanded ~ .main-section & {
|
||||
left: calc(50% + var(--sidebar-width, 220px) / 2);
|
||||
}
|
||||
|
||||
.grid-form-body {
|
||||
max-height: 80vh;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue