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