Fix modal inset for safari

This commit is contained in:
Mitchell McCaffrey 2021-06-09 08:32:58 +10:00
parent 50ce2ee123
commit 387ecd6fd7

View File

@ -34,7 +34,10 @@ function StyledModal({
},
content: {
backgroundColor: theme.colors.background,
inset: "initial",
top: "initial",
left: "initial",
bottom: "initial",
right: "initial",
maxHeight: "100%",
...style,
},