fix weird marquee bug
This commit is contained in:
parent
bc42eac153
commit
a29a4d2eaf
1 changed files with 4 additions and 0 deletions
|
@ -1116,6 +1116,10 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
&.song-name{
|
||||
overflow: hidden;
|
||||
}
|
||||
&::after{
|
||||
content: none !important;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue