Merge pull request #35760 from sokumon/child-table-modal

This commit is contained in:
Soham Kulkarni 2026-01-08 12:38:06 +05:30 committed by GitHub
commit e6063d64ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -521,11 +521,6 @@
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;

View file

@ -46,7 +46,7 @@
flex-direction: column;
gap: 14px;
height: 100vh;
z-index: 1030;
z-index: 1020;
padding: 8px 8px 10px 8px;
.body-sidebar-top {