Add scrollbar to the Sort Songs dialog box (#2197)
parent
d4a411ab4a
commit
2ab3286d0e
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<material-modal :show="visible" teleport="#view" bg-close @close="closeModal" @after-leave="handleAfterLeave">
|
||||
<main :class="$style.main">
|
||||
<main class="scroll" :class="$style.main">
|
||||
<div :class="$style.header">
|
||||
<h2>{{ listName }}</h2>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue