mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 03:16:42 +01:00
Fix issue where the lyrics reveal box hides 1px of the lyrics text
This commit is contained in:
parent
8a96945de9
commit
91120e303b
1 changed files with 1 additions and 1 deletions
2
resources/assets/styles/body.less
vendored
2
resources/assets/styles/body.less
vendored
|
@ -96,7 +96,7 @@ a {
|
|||
.box-sizing(border-box);
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
left: -1px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 400;
|
||||
|
|
Loading…
Reference in a new issue