Add scrollbar to "open shared playlist" dialog box (#2201)
parent
a26fcf0cd8
commit
d170725f0c
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<material-modal :show="props.modelValue" teleport="#view" width="60%" @close="emit('update:model-value', $event)" @after-enter="$refs.input.focus()">
|
<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>
|
<h2>{{ $t('songlist__import_input_title') }}</h2>
|
||||||
<div :class="$style.inputContent">
|
<div :class="$style.inputContent">
|
||||||
<base-selection v-model="source" :class="$style.select" :list="props.sourceList" item-key="id" item-name="name" />
|
<base-selection v-model="source" :class="$style.select" :list="props.sourceList" item-key="id" item-name="name" />
|
||||||
|
|
Loading…
Reference in New Issue