Add scrollbar to "open shared playlist" dialog box (#2201)

pull/2203/head
3gf8jv4dv 2024-12-22 23:39:05 +08:00 committed by GitHub
parent a26fcf0cd8
commit d170725f0c
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>
<material-modal :show="props.modelValue" teleport="#view" width="60%" @close="emit('update:model-value', $event)" @after-enter="$refs.input.focus()">
<main :class="$style.main">
<main class="scroll" :class="$style.main">
<h2>{{ $t('songlist__import_input_title') }}</h2>
<div :class="$style.inputContent">
<base-selection v-model="source" :class="$style.select" :list="props.sourceList" item-key="id" item-name="name" />