diff --git a/src/Modal/Modal.js b/src/Modal/Modal.js index e4beebc..71f5c8f 100644 --- a/src/Modal/Modal.js +++ b/src/Modal/Modal.js @@ -224,7 +224,7 @@ Modal.Body = createComponent({ name: 'ModalBody', style: css` padding: 1.25rem; - height: calc(90vh - 105px); + max-height: calc(90vh - 105px); overflow-y: auto; `, });