Skip to content

Commit d6433ff

Browse files
committed
Fix for #4263
1 parent 3caf36d commit d6433ff

File tree

1 file changed

+2
-1
lines changed
  • src/shared/components/SubmissionPage/Uploading

1 file changed

+2
-1
lines changed

src/shared/components/SubmissionPage/Uploading/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
@include roboto-regular;
55

66
align-items: center;
7-
position: absolute;
87
width: 100%;
98
background-color: white;
109
left: 0;
1110
z-index: 100000;
1211
display: flex;
1312
justify-content: center;
13+
position: relative;
14+
padding: 30px;
1415
}
1516

1617
.link,

0 commit comments

Comments
 (0)