labsense-ui-kit 1.1.46 → 1.1.47

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.
@@ -6805,7 +6805,8 @@ var Tabs = function Tabs(_ref10) {
6805
6805
  }, tab.title)));
6806
6806
  })), tabItems.map(function (tab, index) {
6807
6807
  return activeTab === tab.title && React.createElement(Container$4, {
6808
- key: index
6808
+ key: index,
6809
+ "$overflow": overflow
6809
6810
  }, tab.content);
6810
6811
  }));
6811
6812
  };