@@ -32,7 +32,7 @@
position: fixed;
bottom: 0;
right: 20px;
- z-index: 100;
+ z-index: 1000;
}
.alertContainer > .alertContent {
@@ -10,7 +10,7 @@
v-on:mouseover="onMouseOver"
v-on:mouseout="onMouseOut"
>
- {{alert.message}}
+ {{$t(alert.message)}}
</v-alert>
</template>