Files
react-gantt/demos/cases/ProCalendarChanges.css
Marta Kowalska bb81e7a336 v2.4.3
2025-12-22 20:22:30 +00:00

21 lines
343 B
CSS

.rows.wx-FkPcChng {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
}
.bar.wx-FkPcChng {
padding: 12px;
display: flex;
align-items: center;
gap: 20px;
}
.gtcell.wx-FkPcChng {
position: relative;
height: calc(100% - 56px);
border-top: var(--wx-gantt-border);
}