We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caf36d commit d6433ffCopy full SHA for d6433ff
src/shared/components/SubmissionPage/Uploading/styles.scss
@@ -4,13 +4,14 @@
4
@include roboto-regular;
5
6
align-items: center;
7
- position: absolute;
8
width: 100%;
9
background-color: white;
10
left: 0;
11
z-index: 100000;
12
display: flex;
13
justify-content: center;
+ position: relative;
14
+ padding: 30px;
15
}
16
17
.link,
0 commit comments