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

Commit

Permalink
fix: song list cut at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Dec 10, 2021
1 parent 388f56d commit c834d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/song/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export default Vue.extend({
position: absolute;
left: 0;
right: 0;
overflow: auto;
}
.item {
Expand Down

0 comments on commit c834d66

Please sign in to comment.