@hyphen/hyphen-components 2.16.0 → 2.16.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.
@@ -2005,7 +2005,8 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
2005
2005
  }
2006
2006
  }, React.createElement(Box, {
2007
2007
  "aria-label": ariaLabel,
2008
- "aria-labelledby": ariaLabelledBy
2008
+ "aria-labelledby": ariaLabelledBy,
2009
+ height: "100%"
2009
2010
  }, renderHeader(), content)))));
2010
2011
  });
2011
2012