@hyphen/hyphen-components 2.16.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyphen/hyphen-components",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "@hyphen"
@@ -236,7 +236,11 @@ export const Drawer: React.FC<DrawerProps> = forwardRef<
236
236
  }}
237
237
  parentSelector={() => parentElement}
238
238
  >
239
- <Box aria-label={ariaLabel} aria-labelledby={ariaLabelledBy}>
239
+ <Box
240
+ aria-label={ariaLabel}
241
+ aria-labelledby={ariaLabelledBy}
242
+ height="100%"
243
+ >
240
244
  {renderHeader()}
241
245
  {content}
242
246
  </Box>