Fix modal inset for safari
This commit is contained in:
parent
50ce2ee123
commit
387ecd6fd7
@ -34,7 +34,10 @@ function StyledModal({
|
||||
},
|
||||
content: {
|
||||
backgroundColor: theme.colors.background,
|
||||
inset: "initial",
|
||||
top: "initial",
|
||||
left: "initial",
|
||||
bottom: "initial",
|
||||
right: "initial",
|
||||
maxHeight: "100%",
|
||||
...style,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user