mirror of https://github.com/calzoneman/sync.git
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;
|
list-style: none outside none;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue