18 lines
455 B
CSS
18 lines
455 B
CSS
|
|
@import './assets/styles/app.css';
|
|||
|
|
|
|||
|
|
/* React Modal prevent bg scroll */
|
|||
|
|
.dialog-open {
|
|||
|
|
overflow: hidden;
|
|||
|
|
}
|
|||
|
|
div.dialog-after-open > div.dialog-content {
|
|||
|
|
overflow-y: auto !important;
|
|||
|
|
max-height: 90vh;
|
|||
|
|
}
|
|||
|
|
/* React Modal prevent bg scroll */
|
|||
|
|
|
|||
|
|
/* React Pivot Vert Headers cok uzun olmaması icin */
|
|||
|
|
.dx-pivotgrid tbody.dx-pivotgrid-vertical-headers > tr > td {
|
|||
|
|
min-width: fit-content !important;
|
|||
|
|
}
|
|||
|
|
/* React Pivot Vert Headers cok uzun olmaması icin */
|