Skip to content

Commit d9dd7f6

Browse files
committed
Fix footer ordering
1 parent e78ad63 commit d9dd7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/homepage/src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const Background = styled.div`
6464
position: relative;
6565
background-color: ${props => props.theme.background2.darken(0.2)};
6666
padding: 1rem;
67-
z-index: 100;
67+
z-index: 5;
6868
`;
6969

7070
const BasComponent = () => (

0 commit comments

Comments
 (0)