Skip to content

Commit e08cb96

Browse files
committed
lrc overflow
1 parent 441355b commit e08cb96

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

dist/APlayer.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aplayer",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Wow, such a beautiful html5 music player",
55
"main": "APlayer.js",
66
"scripts": {

src/APlayer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ $aplayer-height-lrc: $aplayer-height + $lrc-height;
342342
margin: 0;
343343
transition: all 0.5s ease-out;
344344
opacity: 0.4;
345+
overflow: hidden;
345346

346347
&.aplayer-lrc-current {
347348
opacity: 1;

0 commit comments

Comments
 (0)