fix: Back button on modals should not scroll off screen

This commit is contained in:
Tom Moor
2020-04-05 13:33:21 -07:00
parent 9d8e99400f
commit 8a0263093b

View File

@@ -147,7 +147,7 @@ const Close = styled(NudeButton)`
`;
const Back = styled(NudeButton)`
position: absolute;
position: fixed;
display: none;
align-items: center;
top: 2rem;