@hyphen/hyphen-components 2.25.1 → 2.25.2

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.
@@ -3946,7 +3946,8 @@ var Sidebar = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
3946
3946
  placement: side
3947
3947
  }, React.createElement(Box, {
3948
3948
  "data-sidebar": "sidebar",
3949
- "data-mobile": "true"
3949
+ "data-mobile": "true",
3950
+ height: "100"
3950
3951
  }, children));
3951
3952
  }
3952
3953
  if (collapsible === 'none') {