Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
fix: better handle bottom cut-off of playlists
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Dec 10, 2021
1 parent 4471b41 commit ab7f8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/song/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export default Vue.extend({
position: absolute;
left: 0;
right: 0;
overflow: auto;
min-height: 100%;
}
.item {
Expand Down

0 comments on commit ab7f8fc

Please sign in to comment.