diff --git a/src/components/Modal.js b/src/components/Modal.js index 43db923..664d7a9 100644 --- a/src/components/Modal.js +++ b/src/components/Modal.js @@ -34,7 +34,10 @@ function StyledModal({ }, content: { backgroundColor: theme.colors.background, - inset: "initial", + top: "initial", + left: "initial", + bottom: "initial", + right: "initial", maxHeight: "100%", ...style, },