|
@@ -2524,7 +2524,7 @@ body.in-iframe .main-row > .sidebar {
|
|
|
border-right: 1px solid #ddd;
|
|
|
border-left: 1px solid #ddd;
|
|
|
height: 300px;
|
|
|
- overflow: hidden;
|
|
|
+ overflow: overlay;
|
|
|
max-height: calc(100vh - 55px);
|
|
|
background-color: #fff;
|
|
|
}
|
|
@@ -2801,7 +2801,7 @@ table.table-cage tbody tr td:last-child {
|
|
|
}
|
|
|
|
|
|
table.table-cage tbody tr td:nth-last-child(2) {
|
|
|
- width: 100% !important;
|
|
|
+ width: 50% !important;
|
|
|
border-right: 0 !important;
|
|
|
}
|
|
|
|