fix: image zindex

This commit is contained in:
Tristan 2019-09-22 09:09:50 +08:00
parent f33fed8dc9
commit 2b1298a4cb

View File

@ -77,6 +77,8 @@ const Wrapper = styled.section`
position: absolute;
bottom: 0;
right: 0;
z-index: -1;
max-height: 100%;
}
`;