Fix single-item playlist rendering glitch on Firefox
This commit is contained in:
parent
45c4e650ee
commit
0044057287
|
@ -154,7 +154,7 @@
|
|||
list-style: none outside none;
|
||||
margin-left: 0;
|
||||
max-height: 500px;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue