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.
package/dist/index.js CHANGED
@@ -6809,7 +6809,8 @@ var Tabs = function Tabs(_ref10) {
6809
6809
  }, tab.title)));
6810
6810
  })), tabItems.map(function (tab, index) {
6811
6811
  return activeTab === tab.title && React__default.createElement(Container$4, {
6812
- key: index
6812
+ key: index,
6813
+ "$overflow": overflow
6813
6814
  }, tab.content);
6814
6815
  }));
6815
6816
  };