Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-29 18:36:57 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-29 18:36:57 +0300
commit201c6f2d7a723b17a8bab2309932a420e3c94397 (patch)
tree85f16de4b142fa026bfd8fea044e826f2f0f5235 /src/vue/Components/Toasts.vue
parentaa19c1befd5d5cca49483049f1c6af7fb56e9a3c (diff)
Added theme preview window
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/vue/Components/Toasts.vue')
-rw-r--r--src/vue/Components/Toasts.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vue/Components/Toasts.vue b/src/vue/Components/Toasts.vue
index b06b396..d9b7569 100644
--- a/src/vue/Components/Toasts.vue
+++ b/src/vue/Components/Toasts.vue
@@ -40,6 +40,7 @@
bottom : 0;
left : 0;
overflow : hidden;
+ z-index : 1;
.toast-leave-active {
animation : toast-leave .5s;