fix: child table modal styles
This commit is contained in:
parent
63c34a8fd8
commit
270b5415e6
2 changed files with 1 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue