Fix issue where the lyrics reveal box hides 1px of the lyrics text

This commit is contained in:
Kelvin 2016-04-03 18:20:43 +01:00
parent 8a96945de9
commit 91120e303b

View file

@ -96,7 +96,7 @@ a {
.box-sizing(border-box);
position: absolute;
top: 0px;
left: 0px;
left: -1px;
width: 100%;
height: 100%;
z-index: 400;