Files
react-gantt/demos/cases/GanttLocale.css
Marta Kowalska 80ca059fb8 v2.3.1
2025-10-22 08:13:59 +00:00

19 lines
332 B
CSS

.rows.wx-ycv5Oz8L {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
overflow: hidden;
}
.bar.wx-ycv5Oz8L {
padding: 12px;
border-bottom: var(--wx-gantt-border);
}
.gtcell.wx-ycv5Oz8L {
position: relative;
height: calc(100% - 106px);
border-top: var(--wx-gantt-border);
}