gantt-lib 0.121.0 → 0.121.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -3658,6 +3658,16 @@
3658
3658
  background: var(--gantt-today-indicator-color);
3659
3659
  pointer-events: none;
3660
3660
  }
3661
+ .gantt-pf-dateWindow {
3662
+ position: absolute;
3663
+ top: 0;
3664
+ bottom: 0;
3665
+ overflow: hidden;
3666
+ }
3667
+ .gantt-pf-dateWindow-body {
3668
+ z-index: 0;
3669
+ pointer-events: none;
3670
+ }
3661
3671
  .gantt-pf-body {
3662
3672
  position: relative;
3663
3673
  z-index: 0;
@@ -3665,8 +3675,6 @@
3665
3675
  .gantt-pf-row {
3666
3676
  position: absolute;
3667
3677
  left: 0;
3668
- display: grid;
3669
- grid-template-rows: 1fr 1fr;
3670
3678
  box-sizing: border-box;
3671
3679
  overflow: hidden;
3672
3680
  background-image:
@@ -3715,7 +3723,7 @@
3715
3723
  background: var(--gantt-month-separator-color, #374151);
3716
3724
  }
3717
3725
  .gantt-pf-cell {
3718
- position: relative;
3726
+ position: absolute;
3719
3727
  display: flex;
3720
3728
  align-items: center;
3721
3729
  justify-content: flex-end;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantt-lib",
3
- "version": "0.121.0",
3
+ "version": "0.121.1",
4
4
  "description": "React scheduling UI library for Gantt charts, resource planners, and table-matrix views",
5
5
  "license": "MIT",
6
6
  "repository": {