fix(front): display playlistmodal over mobile queue
This commit is contained in:
parent
cd1c58e452
commit
53b2807bf4
|
@ -91,6 +91,7 @@ store.dispatch('playlists/fetchOwn')
|
||||||
v-model="store.state.playlists.showModal"
|
v-model="store.state.playlists.showModal"
|
||||||
:title="t('components.playlists.PlaylistModal.header.addToPlaylist')"
|
:title="t('components.playlists.PlaylistModal.header.addToPlaylist')"
|
||||||
:cancel="t('components.playlists.PlaylistModal.button.cancel')"
|
:cancel="t('components.playlists.PlaylistModal.button.cancel')"
|
||||||
|
overPopover
|
||||||
>
|
>
|
||||||
<template v-if="track">
|
<template v-if="track">
|
||||||
<h3 class="ui header">
|
<h3 class="ui header">
|
||||||
|
|
Loading…
Reference in New Issue