1
0

fix: remove workarounds to properly overlay the top menu bar over everything else

This commit is contained in:
kolaente
2022-05-08 23:26:07 +02:00
parent 0007c30672
commit 4b0d491359
4 changed files with 61 additions and 60 deletions

View File

@ -13,7 +13,13 @@
>
{{ $t('filters.title') }}
</x-button>
<modal @close="() => modalOpen = false" :enabled="modalOpen">
<modal
@close="() => modalOpen = false"
:enabled="modalOpen"
transition-name="fade"
:overflow="true"
variant="hint-modal"
>
<filters
:has-title="true"
v-model="value"