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