- toaster fix

- go back animation in location title
This commit is contained in:
Čarodej
2021-11-01 15:58:56 +01:00
parent 60a2a88805
commit 4e86e7dd4b
4 changed files with 42 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
created() {
this.isActive = 1
setTimeout(() => (this.isActive = 0), 55000)
//setTimeout(() => (this.isActive = 0), 55000)
}
}
</script>

View File

@@ -43,7 +43,7 @@
}
#toaster-wrapper {
position: absolute;
position: fixed;
right: 30px;
bottom: 30px;
z-index: 90;