Add scrollbar to the Sort Songs dialog box (#2197)

pull/2203/head
3gf8jv4dv 2024-12-22 23:32:59 +08:00 committed by GitHub
parent d4a411ab4a
commit 2ab3286d0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<material-modal :show="visible" teleport="#view" bg-close @close="closeModal" @after-leave="handleAfterLeave"> <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"> <div :class="$style.header">
<h2>{{ listName }}</h2> <h2>{{ listName }}</h2>
</div> </div>