gantt-task-react-powern 0.4.19 → 0.4.20

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.
@@ -574,7 +574,8 @@ var VerticalScroll = function VerticalScroll(_ref) {
574
574
  style: {
575
575
  height: ganttHeight,
576
576
  marginTop: headerHeight,
577
- marginLeft: rtl ? "" : "-1rem"
577
+ marginLeft: rtl ? "" : "-1rem",
578
+ marginRight: "1rem"
578
579
  },
579
580
  className: styles$3.scroll,
580
581
  onScroll: onScroll,