Merge pull request #34978 from git-avc/child-form-width-sidebar

fix: child row form with sidebar expanded
This commit is contained in:
Ejaaz Khan 2025-12-01 12:03:22 +05:30 committed by GitHub
commit f93d305983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;