Skip to content

Commit 3caf36d

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

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
align-items: center;
77
position: absolute;
88
width: 100%;
9-
height: calc(130vh);
109
background-color: white;
11-
top: -54px;
1210
left: 0;
1311
z-index: 100000;
1412
display: flex;

src/shared/components/SubmissionPage/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
display: flex;
55
flex: 1;
66
justify-content: center;
7-
padding: 30px 0 40px;
8-
background: #f6f6f6;
7+
padding: 80px 0 40px;
8+
background: #fff;
99

1010
@include md-to-lg {
1111
padding-bottom: 0;

0 commit comments

Comments
 (0)