fix: child table modal styles

This commit is contained in:
sokumon 2026-01-08 12:07:47 +05:30
parent 63c34a8fd8
commit 270b5415e6
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 {