@aurora-ds/components 0.22.5 → 0.22.6
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/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2057,6 +2057,7 @@ const CARD_STYLES = theme.createStyles((theme) => ({
|
|
|
2057
2057
|
width,
|
|
2058
2058
|
height,
|
|
2059
2059
|
maxHeight,
|
|
2060
|
+
overflowY: maxHeight ? 'auto' : undefined,
|
|
2060
2061
|
gap: gap ? theme.spacing[gap] : undefined,
|
|
2061
2062
|
borderRadius: theme.radius[radius],
|
|
2062
2063
|
boxShadow: theme.shadows[shadow],
|