Skip to content

Commit a5a5942

Browse files
committed
Add scrollbar to the Sort Songs dialog box
1 parent b7434e9 commit a5a5942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/views/List/MyList/components/ListSortModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<material-modal :show="visible" teleport="#view" bg-close @close="closeModal" @after-leave="handleAfterLeave">
3-
<main :class="$style.main">
3+
<main class="scroll" :class="$style.main">
44
<div :class="$style.header">
55
<h2>{{ listName }}</h2>
66
</div>

0 commit comments

Comments
 (0)