Skip to content

Commit f34e165

Browse files
fix #1003
1 parent 76a8db6 commit f34e165

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/projects/create/components/IncompleteProjectConfirmation.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.IncompleteProjectConfirmation {
44
width: 100%;
55
position: absolute;
6-
z-index: -1;
76
top: -85px;
87
padding-top: 50px;
98
left: 0;
@@ -48,4 +47,7 @@
4847
margin-top: 4 * $base_unit;
4948
}
5049
}
50+
}
51+
.Footer {
52+
position: relative;
5153
}

0 commit comments

Comments
 (0)