Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.

Commit 1d31e94

Browse files
committed
fix(reshaping-container): passes down max height to children
1 parent 9326f6a commit 1d31e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/yubaba/src/animations/ReshapingContainer

packages/yubaba/src/animations/ReshapingContainer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default class ReshapingContainer extends React.PureComponent<ReshapingCon
172172
/>
173173

174174
{/* Position relative/zIndex needed to position this above the floating background. */}
175-
{children({ style: { position: 'relative', zIndex: 2 } })}
175+
{children({ style: { position: 'relative', zIndex: 2, maxHeight } })}
176176
</ComponentAs>
177177
)}
178178
</Move>

0 commit comments

Comments
 (0)