Move status to the top (alignment/overlaps)

This commit is contained in:
Jaco Greeff
2017-09-20 13:08:38 +02:00
parent 32a29c11a0
commit dfe45338c0
4 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ $borderColor: rgba(0, 0, 0, 0.15);
.requests {
align-items: flex-end;
bottom: 2.75em;
bottom: 0;
display: flex;
flex-direction: column;
position: fixed;