fix(client): fix zindex issue
This commit is contained in:
parent
ac82435014
commit
493ff2eed5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="mk-toast" style="{ zIndex }">
|
<div class="mk-toast" :style="{ zIndex }">
|
||||||
<transition name="notification-slide" appear @after-leave="$emit('closed')">
|
<transition name="notification-slide" appear @after-leave="$emit('closed')">
|
||||||
<XNotification v-if="showing" :notification="notification" class="notification _acrylic"/>
|
<XNotification v-if="showing" :notification="notification" class="notification _acrylic"/>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Reference in a new issue