erp-platform/ui/src/index.css
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

17 lines
455 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@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 */