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

@@ -19,13 +19,13 @@ $textColor: #ccc;
.status {
align-items: center;
bottom: 0;
color: $textColor;
display: flex;
left: 0;
padding: 0.5em 0.75em;
position: fixed;
right: 0;
top: 0;
z-index: 1000;
}