mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 22:53:05 +00:00
fix bug with update notif
This commit is contained in:
parent
a0ede1d540
commit
ad27121547
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
{{ updateSnackbarText }}
|
{{ updateSnackbarText }}
|
||||||
|
|
||||||
<template v-slot:action="{ attrs }">
|
<template v-slot:action="{ attrs }">
|
||||||
<v-btn color="primary" text v-bind="attrs" @click="snackbar = false">Close</v-btn>
|
<v-btn color="primary" text v-bind="attrs" @click="updateSnackbar = false">Close</v-btn>
|
||||||
</template>
|
</template>
|
||||||
</v-snackbar>
|
</v-snackbar>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,6 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.updateBar {
|
.updateBar {
|
||||||
z-index: 99999999;
|
z-index: 99999999;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue