@@ -1,7 +1,7 @@
.homework{
position: fixed;
- left: 10px;
- top: 60px;
+ left: 14px;
+ top: 64px;
background-color: rgba(0, 0, 0, .6);
border-radius: 20px;
font-size: 14px;
@@ -9,4 +9,5 @@
padding: 5px 8px;
line-height: 1;
font-weight: 300;
+ z-index: 100;
}