[core] Fix notifications dismiss function

This commit is contained in:
Ferdinand Thiessen 2021-11-24 15:54:42 +01:00
parent 2d167ebbae
commit 6fd3f045f8
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
@click="click"
>
<q-btn
v-if="modelValue.accept !== undefined"
round
dense
icon="mdi-trash-can"
@ -14,7 +13,7 @@
color="negative"
class="q-ma-xs"
title="Löschen"
style="position: absolute; top: 0; right: 0"
style="position: absolute; top: 0; right: 0; z-index: 999"
@click="dismiss"
/>
<q-card-section class="q-pa-xs">